Html Css Color HEX #F07972 Geraldine

📋 copy color: '#F07972'

red 240 ◦ green 121 ◦ blue 114

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

Shades of Geraldine #F07972

Tints of Geraldine #F07972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24%

R = 50.53%
G = 25.47%
B = 24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07972 (or 0xF07972) is known color: Geraldine. HEX triplet: F0, 79 and 72. RGB value is (240,121,114). Sum of RGB (Red+Green+Blue) = 240+121+114=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F07972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07972 is #0F868D. Grayscale: #9B9B9B. Windows color (decimal): -1017486 or 7502320. OLE color: 7502320.

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

Color convert

RGB 240 121 114 -
CMYK 0 0.50 0.52 0.06
HSL 3.33º 0.81% 0.69% -
HSV(B) 3.33º 0.53% 0.94% -
XYZ 45.81 33.41 19.95 -
YUV 155.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 240 121 114 0 0.50 0.52 0.06 3.33 0.81 0.69
Hex F0 79 72 0 32 34 6 3 51 45
Octal 360 171 162 0 62 64 6 3 121 105
Binary 11110000 1111001 1110010 0 110010 110100 110 11 1010001 1000101

Color Harmonies of #F07972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07972

Black with #F07972

Text Example


Text Example

White with #F07972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07972; }

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

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

background-color css

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

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

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

border-color css

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

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

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