Html Css Color HEX #F06772 Froly

📋 copy color: '#F06772'

red 240 ◦ green 103 ◦ blue 114

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

Shades of Froly #F06772

Tints of Froly #F06772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.54%

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

R = 52.52%
G = 22.54%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06772 (or 0xF06772) is known color: Froly. HEX triplet: F0, 67 and 72. RGB value is (240,103,114). Sum of RGB (Red+Green+Blue) = 240+103+114=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06772 is #0F988D. Grayscale: #919191. Windows color (decimal): -1022094 or 7497712. OLE color: 7497712.

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

Color convert

RGB 240 103 114 -
CMYK 0 0.57 0.52 0.06
HSL 355.18º 0.82% 0.67% -
HSV(B) 355.18º 0.57% 0.94% -
XYZ 43.82 29.44 19.29 -
YUV 145.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 240 103 114 0 0.57 0.52 0.06 355.18 0.82 0.67
Hex F0 67 72 0 39 34 6 163 52 43
Octal 360 147 162 0 71 64 6 543 122 103
Binary 11110000 1100111 1110010 0 111001 110100 110 101100011 1010010 1000011

Color Harmonies of #F06772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06772

Black with #F06772

Text Example


Text Example

White with #F06772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06772; }

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

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

background-color css

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

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

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

border-color css

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

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

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