Html Css Color HEX #F06D79 Froly

📋 copy color: '#F06D79'

red 240 ◦ green 109 ◦ blue 121

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

Shades of Froly #F06D79

Tints of Froly #F06D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.19%

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

R = 51.06%
G = 23.19%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F06D79 (or 0xF06D79) is known color: Froly. HEX triplet: F0, 6D and 79. RGB value is (240,109,121). Sum of RGB (Red+Green+Blue) = 240+109+121=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D79 is #0F9286. Grayscale: #959595. Windows color (decimal): -1020551 or 7958000. OLE color: 7958000.

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

Color convert

RGB 240 109 121 -
CMYK 0 0.55 0.50 0.06
HSL 354.5º 0.81% 0.68% -
HSV(B) 354.5º 0.55% 0.94% -
XYZ 44.86 30.84 21.68 -
YUV 149.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 240 109 121 0 0.55 0.50 0.06 354.5 0.81 0.68
Hex F0 6D 79 0 37 32 6 163 51 44
Octal 360 155 171 0 67 62 6 543 121 104
Binary 11110000 1101101 1111001 0 110111 110010 110 101100011 1010001 1000100

Color Harmonies of #F06D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D79

Black with #F06D79

Text Example


Text Example

White with #F06D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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