Html Css Color HEX #F06976 Froly

📋 copy color: '#F06976'

red 240 ◦ green 105 ◦ blue 118

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

Shades of Froly #F06976

Tints of Froly #F06976

RGB

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

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

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

R = 51.84%
G = 22.68%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06976 (or 0xF06976) is known color: Froly. HEX triplet: F0, 69 and 76. RGB value is (240,105,118). Sum of RGB (Red+Green+Blue) = 240+105+118=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F06976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06976 is #0F9689. Grayscale: #929292. Windows color (decimal): -1021578 or 7760368. OLE color: 7760368.

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

Color convert

RGB 240 105 118 -
CMYK 0 0.56 0.51 0.06
HSL 354.22º 0.82% 0.68% -
HSV(B) 354.22º 0.56% 0.94% -
XYZ 44.26 29.94 20.59 -
YUV 146.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 240 105 118 0 0.56 0.51 0.06 354.22 0.82 0.68
Hex F0 69 76 0 38 33 6 162 52 44
Octal 360 151 166 0 70 63 6 542 122 104
Binary 11110000 1101001 1110110 0 111000 110011 110 101100010 1010010 1000100

Color Harmonies of #F06976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06976

Black with #F06976

Text Example


Text Example

White with #F06976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06976; }

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

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

background-color css

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

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

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

border-color css

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

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

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