#F06C72

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

Shades of Froly #F06C72

Tints of Froly #F06C72

Color information

#F06C72 (or 0xF06C72) is unknown color: approx Froly. HEX triplet: F0, 6C and 72. RGB value is (240,108,114). Sum of RGB (Red+Green+Blue) = 240+108+114=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C72 is #0F938D. Grayscale: #949494. Windows color (decimal): -1020814 or 7498992. OLE color: 7498992.

HSL color Cylindrical-coordinate representation of color #F06C72: hue angle of 357.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06C72 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240108114-
CMYK00.550.520.06
HSL357.27º81.48%68.24%-
HSV(B)357.27º55%94.12%-
XYZ44.3430.4719.46-
YUV148.15108.73193.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=51.95%
G=23.38%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010811400.550.520.06357.2781.4868.24
HexF06C720373461655144
Octal360154162067646545121104
Binary1111000011011001110010011011111010011010110010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06C72; }

 p { color: rgb(240,108,114); }

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

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

 a { background-color: rgb(240,108,114); }

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

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

 span { border-color: rgb(240,108,114); }

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