#F2707A

Color #F2707A Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #F2707A

Tints of Froly #F2707A

Color information

#F2707A (or 0xF2707A) is unknown color: approx Froly. HEX triplet: F2, 70 and 7A. RGB value is (242,112,122). Sum of RGB (Red+Green+Blue) = 242+112+122=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2707A is #0D8F85. Grayscale: #989898. Windows color (decimal): -888710 or 8024306. OLE color: 8024306.

HSL color Cylindrical-coordinate representation of color #F2707A: hue angle of 355.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2707A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242112122-
CMYK00.540.500.05
HSL355.38º83.33%69.41%-
HSV(B)355.38º53.72%94.9%-
XYZ45.9231.8722.14-
YUV152.01111.07192.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 50.84%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=50.84%
G=23.53%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211212200.540.500.05355.3883.3369.41
HexF2707A0363251635345
Octal362160172066625543123105
Binary1111001011100001111010011011011001010110110001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2707A; }

 p { color: rgb(242,112,122); }

 H1.HeaderClassName
 {
   color: #F2707A;
 }
 .AnyTagClassName
 {
   color: #F2707A;
 }
</style>
background-color css

<style>
 a { background-color: #F2707A; }

 a { background-color: rgb(242,112,122); }

 div.DivClassName
 {
   background-color: #F2707A;
 }
 .BgClassName
 {
   background-color: #F2707A;
 }
</style>
border-color css

<style>
 span { border-color: #F2707A; }

 span { border-color: rgb(242,112,122); }

 td.TdClassName
 {
   border-color: #F2707A;
 }
 .TagClassName
 {
   border-color: #F2707A;
 }
</style>