Html Css Color HEX #F06879 Froly

📋 copy color: '#F06879'

red 240 ◦ green 104 ◦ blue 121

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

Shades of Froly #F06879

Tints of Froly #F06879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.37%

 BLUE value IS 121 (47.66% from 255) = 26.02%

R = 51.61%
G = 22.37%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F06879 (or 0xF06879) is known color: Froly. HEX triplet: F0, 68 and 79. RGB value is (240,104,121). Sum of RGB (Red+Green+Blue) = 240+104+121=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F06879 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06879 is #0F9786. Grayscale: #929292. Windows color (decimal): -1021831 or 7956720. OLE color: 7956720.

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

Color convert

RGB 240 104 121 -
CMYK 0 0.57 0.50 0.06
HSL 352.5º 0.82% 0.67% -
HSV(B) 352.5º 0.57% 0.94% -
XYZ 44.34 29.81 21.51 -
YUV 146.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 240 104 121 0 0.57 0.50 0.06 352.5 0.82 0.67
Hex F0 68 79 0 39 32 6 160 52 43
Octal 360 150 171 0 71 62 6 540 122 103
Binary 11110000 1101000 1111001 0 111001 110010 110 101100000 1010010 1000011

Color Harmonies of #F06879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06879

Black with #F06879

Text Example


Text Example

White with #F06879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06879; }

 p { color: rgb(240,104,121); }

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

background-color css

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

 a { background-color: rgb(240,104,121); }

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

border-color css

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

 span { border-color: rgb(240,104,121); }

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