#F06675

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

Shades of Froly #F06675

Tints of Froly #F06675

Color information

#F06675 (or 0xF06675) is unknown color: approx Froly. HEX triplet: F0, 66 and 75. RGB value is (240,102,117). Sum of RGB (Red+Green+Blue) = 240+102+117=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F06675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06675 is #0F998A. Grayscale: #919191. Windows color (decimal): -1022347 or 7694064. OLE color: 7694064.

HSL color Cylindrical-coordinate representation of color #F06675: hue angle of 353.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06675 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB240102117-
CMYK00.580.510.06
HSL353.48º82.14%67.06%-
HSV(B)353.48º57.5%94.12%-
XYZ43.929.3120.17-
YUV144.97112.22195.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=52.29%
G=22.22%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010211700.580.510.06353.4882.1467.06
HexF0667503A3361615243
Octal360146165072636541122103
Binary1111000011001101110101011101011001111010110000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06675; }

 p { color: rgb(240,102,117); }

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

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

 a { background-color: rgb(240,102,117); }

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

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

 span { border-color: rgb(240,102,117); }

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