Html Css Color HEX #F06972 Froly

📋 copy color: '#F06972'

red 240 ◦ green 105 ◦ blue 114

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

Shades of Froly #F06972

Tints of Froly #F06972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

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

R = 52.29%
G = 22.88%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06972 (or 0xF06972) is known color: Froly. HEX triplet: F0, 69 and 72. RGB value is (240,105,114). Sum of RGB (Red+Green+Blue) = 240+105+114=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F06972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06972 is #0F968D. Grayscale: #929292. Windows color (decimal): -1021582 or 7498224. OLE color: 7498224.

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

Color convert

RGB 240 105 114 -
CMYK 0 0.56 0.52 0.06
HSL 356º 0.82% 0.68% -
HSV(B) 356º 0.56% 0.94% -
XYZ 44.02 29.84 19.36 -
YUV 146.39 109.73 194.77 -
System Red Green Blue C M Y K H S L
Decimal 240 105 114 0 0.56 0.52 0.06 356 0.82 0.68
Hex F0 69 72 0 38 34 6 164 52 44
Octal 360 151 162 0 70 64 6 544 122 104
Binary 11110000 1101001 1110010 0 111000 110100 110 101100100 1010010 1000100

Color Harmonies of #F06972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06972

Black with #F06972

Text Example


Text Example

White with #F06972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06972; }

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

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

background-color css

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

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

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

border-color css

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

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

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