Html Css Color HEX #F07978 Geraldine

📋 copy color: '#F07978'

red 240 ◦ green 121 ◦ blue 120

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

Shades of Geraldine #F07978

Tints of Geraldine #F07978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

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

R = 49.9%
G = 25.16%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F07978 (or 0xF07978) is known color: Geraldine. HEX triplet: F0, 79 and 78. RGB value is (240,121,120). Sum of RGB (Red+Green+Blue) = 240+121+120=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F07978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07978 is #0F8687. Grayscale: #9C9C9C. Windows color (decimal): -1017480 or 7895536. OLE color: 7895536.

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

Color convert

RGB 240 121 120 -
CMYK 0 0.50 0.5 0.06
HSL 0.5º 0.8% 0.71% -
HSV(B) 0.5º 0.5% 0.94% -
XYZ 46.16 33.56 21.81 -
YUV 156.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 240 121 120 0 0.50 0.5 0.06 0.5 0.8 0.71
Hex F0 79 78 0 32 32 6 0 50 47
Octal 360 171 170 0 62 62 6 0 120 107
Binary 11110000 1111001 1111000 0 110010 110010 110 0 1010000 1000111

Color Harmonies of #F07978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07978

Black with #F07978

Text Example


Text Example

White with #F07978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07978; }

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

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

background-color css

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

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

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

border-color css

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

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

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