Html Css Color HEX #F06C76 Froly

📋 copy color: '#F06C76'

red 240 ◦ green 108 ◦ blue 118

#F06C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #F06C76

Tints of Froly #F06C76

RGB

 RED value IS 240 (94.14% from 255) = 51.5%

 GREEN value IS 108 (42.58% from 255) = 23.18%

 BLUE value IS 118 (46.48% from 255) = 25.32%

R = 51.5%
G = 23.18%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06C76 (or 0xF06C76) is known color: Froly. HEX triplet: F0, 6C and 76. RGB value is (240,108,118). Sum of RGB (Red+Green+Blue) = 240+108+118=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C76 is #0F9389. Grayscale: #949494. Windows color (decimal): -1020810 or 7761136. OLE color: 7761136.

HSL color Cylindrical-coordinate representation of color #F06C76: hue angle of 355.45º 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 #F06C76 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 118 -
CMYK 0 0.55 0.51 0.06
HSL 355.45º 0.81% 0.68% -
HSV(B) 355.45º 0.55% 0.94% -
XYZ 44.57 30.56 20.69 -
YUV 148.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 240 108 118 0 0.55 0.51 0.06 355.45 0.81 0.68
Hex F0 6C 76 0 37 33 6 163 51 44
Octal 360 154 166 0 67 63 6 543 121 104
Binary 11110000 1101100 1110110 0 110111 110011 110 101100011 1010001 1000100

Color Harmonies of #F06C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C76

Black with #F06C76

Text Example


Text Example

White with #F06C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C76; }

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

 H1.HeaderClassName
 {
   color: #F06C76;
 }
 .AnyTagClassName
 {
   color: #F06C76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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