#F2666C

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

Shades of Froly #F2666C

Tints of Froly #F2666C

Color information

#F2666C (or 0xF2666C) is unknown color: approx Froly. HEX triplet: F2, 66 and 6C. RGB value is (242,102,108). Sum of RGB (Red+Green+Blue) = 242+102+108=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2666C is #0D9993. Grayscale: #909090. Windows color (decimal): -891284 or 7104242. OLE color: 7104242.

HSL color Cylindrical-coordinate representation of color #F2666C: hue angle of 357.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2666C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242102108-
CMYK00.580.550.05
HSL357.43º84.34%67.45%-
HSV(B)357.43º57.85%94.9%-
XYZ44.0829.4617.55-
YUV144.54107.38197.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.54%
GREEN value IS 102 (40.23% from 255) = 22.57%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=53.54%
G=22.57%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210210800.580.550.05357.4384.3467.45
HexF2666C03A3751655443
Octal362146154072675545124103
Binary1111001011001101101100011101011011110110110010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2666C; }

 p { color: rgb(242,102,108); }

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

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

 a { background-color: rgb(242,102,108); }

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

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

 span { border-color: rgb(242,102,108); }

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