Html Css Color HEX #F07873 Geraldine

📋 copy color: '#F07873'

red 240 ◦ green 120 ◦ blue 115

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

Shades of Geraldine #F07873

Tints of Geraldine #F07873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.26%

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

R = 50.53%
G = 25.26%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07873 (or 0xF07873) is known color: Geraldine. HEX triplet: F0, 78 and 73. RGB value is (240,120,115). Sum of RGB (Red+Green+Blue) = 240+120+115=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F07873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07873 is #0F878C. Grayscale: #9B9B9B. Windows color (decimal): -1017741 or 7567600. OLE color: 7567600.

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

Color convert

RGB 240 120 115 -
CMYK 0 0.5 0.52 0.06
HSL 2.4º 0.81% 0.7% -
HSV(B) 2.4º 0.52% 0.94% -
XYZ 45.75 33.2 20.22 -
YUV 155.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 240 120 115 0 0.5 0.52 0.06 2.4 0.81 0.7
Hex F0 78 73 0 32 34 6 2 51 46
Octal 360 170 163 0 62 64 6 2 121 106
Binary 11110000 1111000 1110011 0 110010 110100 110 10 1010001 1000110

Color Harmonies of #F07873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07873

Black with #F07873

Text Example


Text Example

White with #F07873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07873; }

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

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

background-color css

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

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

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

border-color css

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

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

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