Html Css Color HEX #F07E73 Geraldine

📋 copy color: '#F07E73'

red 240 ◦ green 126 ◦ blue 115

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

Shades of Geraldine #F07E73

Tints of Geraldine #F07E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.2%

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 49.9%
G = 26.2%
B = 23.91%

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

#F07E73 (or 0xF07E73) is known color: Geraldine. HEX triplet: F0, 7E and 73. RGB value is (240,126,115). Sum of RGB (Red+Green+Blue) = 240+126+115=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E73 is #0F818C. Grayscale: #9E9E9E. Windows color (decimal): -1016205 or 7569136. OLE color: 7569136.

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

Color convert

RGB 240 126 115 -
CMYK 0 0.48 0.52 0.06
HSL 5.28º 0.81% 0.7% -
HSV(B) 5.28º 0.52% 0.94% -
XYZ 46.49 34.68 20.46 -
YUV 158.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 240 126 115 0 0.48 0.52 0.06 5.28 0.81 0.7
Hex F0 7E 73 0 30 34 6 5 51 46
Octal 360 176 163 0 60 64 6 5 121 106
Binary 11110000 1111110 1110011 0 110000 110100 110 101 1010001 1000110

Color Harmonies of #F07E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E73

Black with #F07E73

Text Example


Text Example

White with #F07E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E73; }

 p { color: rgb(240,126,115); }

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

background-color css

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

 a { background-color: rgb(240,126,115); }

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

border-color css

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

 span { border-color: rgb(240,126,115); }

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