Html Css Color HEX #F06978 Froly

📋 copy color: '#F06978'

red 240 ◦ green 105 ◦ blue 120

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

Shades of Froly #F06978

Tints of Froly #F06978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.81%

R = 51.61%
G = 22.58%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F06978 (or 0xF06978) is known color: Froly. HEX triplet: F0, 69 and 78. RGB value is (240,105,120). Sum of RGB (Red+Green+Blue) = 240+105+120=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F06978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06978 is #0F9687. Grayscale: #939393. Windows color (decimal): -1021576 or 7891440. OLE color: 7891440.

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

Color convert

RGB 240 105 120 -
CMYK 0 0.56 0.5 0.06
HSL 353.33º 0.82% 0.68% -
HSV(B) 353.33º 0.56% 0.94% -
XYZ 44.38 29.98 21.22 -
YUV 147.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 240 105 120 0 0.56 0.5 0.06 353.33 0.82 0.68
Hex F0 69 78 0 38 32 6 161 52 44
Octal 360 151 170 0 70 62 6 541 122 104
Binary 11110000 1101001 1111000 0 111000 110010 110 101100001 1010010 1000100

Color Harmonies of #F06978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06978

Black with #F06978

Text Example


Text Example

White with #F06978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06978; }

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

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

background-color css

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

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

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

border-color css

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

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

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