Html Css Color HEX #F06A77 Froly

📋 copy color: '#F06A77'

red 240 ◦ green 106 ◦ blue 119

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

Shades of Froly #F06A77

Tints of Froly #F06A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.8%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 51.61%
G = 22.8%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F06A77 (or 0xF06A77) is known color: Froly. HEX triplet: F0, 6A and 77. RGB value is (240,106,119). Sum of RGB (Red+Green+Blue) = 240+106+119=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A77 is #0F9588. Grayscale: #939393. Windows color (decimal): -1021321 or 7826160. OLE color: 7826160.

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

Color convert

RGB 240 106 119 -
CMYK 0 0.56 0.50 0.06
HSL 354.18º 0.82% 0.68% -
HSV(B) 354.18º 0.56% 0.94% -
XYZ 44.42 30.17 20.93 -
YUV 147.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 240 106 119 0 0.56 0.50 0.06 354.18 0.82 0.68
Hex F0 6A 77 0 38 32 6 162 52 44
Octal 360 152 167 0 70 62 6 542 122 104
Binary 11110000 1101010 1110111 0 111000 110010 110 101100010 1010010 1000100

Color Harmonies of #F06A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A77

Black with #F06A77

Text Example


Text Example

White with #F06A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A77; }

 p { color: rgb(240,106,119); }

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

background-color css

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

 a { background-color: rgb(240,106,119); }

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

border-color css

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

 span { border-color: rgb(240,106,119); }

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