#F26F80

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

Shades of Froly #F26F80

Tints of Froly #F26F80

Color information

#F26F80 (or 0xF26F80) is unknown color: approx Froly. HEX triplet: F2, 6F and 80. RGB value is (242,111,128). Sum of RGB (Red+Green+Blue) = 242+111+128=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26F80 is #0D907F. Grayscale: #989898. Windows color (decimal): -888960 or 8417266. OLE color: 8417266.

HSL color Cylindrical-coordinate representation of color #F26F80: hue angle of 352.21º 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 #F26F80 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB242111128-
CMYK00.540.470.05
HSL352.21º83.44%69.22%-
HSV(B)352.21º54.13%94.9%-
XYZ46.231.824.13-
YUV152.11114.4192.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=50.31%
G=23.08%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211112800.540.470.05352.2183.4469.22
HexF26F800362F51605345
Octal362157200066575540123105
Binary11110010110111110000000011011010111110110110000010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26F80; }

 p { color: rgb(242,111,128); }

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

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

 a { background-color: rgb(242,111,128); }

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

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

 span { border-color: rgb(242,111,128); }

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