Html Css Color HEX #F07D72 Geraldine

📋 copy color: '#F07D72'

red 240 ◦ green 125 ◦ blue 114

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

Shades of Geraldine #F07D72

Tints of Geraldine #F07D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

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

R = 50.1%
G = 26.1%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07D72 (or 0xF07D72) is known color: Geraldine. HEX triplet: F0, 7D and 72. RGB value is (240,125,114). Sum of RGB (Red+Green+Blue) = 240+125+114=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D72 is #0F828D. Grayscale: #9E9E9E. Windows color (decimal): -1016462 or 7503344. OLE color: 7503344.

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

Color convert

RGB 240 125 114 -
CMYK 0 0.48 0.52 0.06
HSL 5.24º 0.81% 0.69% -
HSV(B) 5.24º 0.53% 0.94% -
XYZ 46.31 34.41 20.12 -
YUV 158.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 240 125 114 0 0.48 0.52 0.06 5.24 0.81 0.69
Hex F0 7D 72 0 30 34 6 5 51 45
Octal 360 175 162 0 60 64 6 5 121 105
Binary 11110000 1111101 1110010 0 110000 110100 110 101 1010001 1000101

Color Harmonies of #F07D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D72

Black with #F07D72

Text Example


Text Example

White with #F07D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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