Html Css Color HEX #F06472 Froly

📋 copy color: '#F06472'

red 240 ◦ green 100 ◦ blue 114

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

Shades of Froly #F06472

Tints of Froly #F06472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

 BLUE value IS 114 (44.92% from 255) = 25.11%

R = 52.86%
G = 22.03%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06472 (or 0xF06472) is known color: Froly. HEX triplet: F0, 64 and 72. RGB value is (240,100,114). Sum of RGB (Red+Green+Blue) = 240+100+114=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F06472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06472 is #0F9B8D. Grayscale: #8F8F8F. Windows color (decimal): -1022862 or 7496944. OLE color: 7496944.

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

Color convert

RGB 240 100 114 -
CMYK 0 0.58 0.52 0.06
HSL 354º 0.82% 0.67% -
HSV(B) 354º 0.58% 0.94% -
XYZ 43.53 28.85 19.19 -
YUV 143.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 240 100 114 0 0.58 0.52 0.06 354 0.82 0.67
Hex F0 64 72 0 3A 34 6 162 52 43
Octal 360 144 162 0 72 64 6 542 122 103
Binary 11110000 1100100 1110010 0 111010 110100 110 101100010 1010010 1000011

Color Harmonies of #F06472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06472

Black with #F06472

Text Example


Text Example

White with #F06472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06472; }

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

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

background-color css

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

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

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

border-color css

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

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

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