Html Css Color HEX #F07772 Geraldine

📋 copy color: '#F07772'

red 240 ◦ green 119 ◦ blue 114

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

Shades of Geraldine #F07772

Tints of Geraldine #F07772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

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

R = 50.74%
G = 25.16%
B = 24.1%

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

#F07772 (or 0xF07772) is known color: Geraldine. HEX triplet: F0, 77 and 72. RGB value is (240,119,114). Sum of RGB (Red+Green+Blue) = 240+119+114=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07772 is #0F888D. Grayscale: #9A9A9A. Windows color (decimal): -1017998 or 7501808. OLE color: 7501808.

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

Color convert

RGB 240 119 114 -
CMYK 0 0.50 0.52 0.06
HSL 2.38º 0.81% 0.69% -
HSV(B) 2.38º 0.53% 0.94% -
XYZ 45.57 32.93 19.87 -
YUV 154.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 240 119 114 0 0.50 0.52 0.06 2.38 0.81 0.69
Hex F0 77 72 0 32 34 6 2 51 45
Octal 360 167 162 0 62 64 6 2 121 105
Binary 11110000 1110111 1110010 0 110010 110100 110 10 1010001 1000101

Color Harmonies of #F07772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07772

Black with #F07772

Text Example


Text Example

White with #F07772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07772; }

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

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

background-color css

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

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

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

border-color css

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

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

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