Html Css Color HEX #F07A73 Geraldine

📋 copy color: '#F07A73'

red 240 ◦ green 122 ◦ blue 115

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

Shades of Geraldine #F07A73

Tints of Geraldine #F07A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.58%

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

R = 50.31%
G = 25.58%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07A73 (or 0xF07A73) is known color: Geraldine. HEX triplet: F0, 7A and 73. RGB value is (240,122,115). Sum of RGB (Red+Green+Blue) = 240+122+115=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A73 is #0F858C. Grayscale: #9C9C9C. Windows color (decimal): -1017229 or 7568112. OLE color: 7568112.

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

Color convert

RGB 240 122 115 -
CMYK 0 0.49 0.52 0.06
HSL 3.36º 0.81% 0.7% -
HSV(B) 3.36º 0.52% 0.94% -
XYZ 45.99 33.68 20.3 -
YUV 156.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 240 122 115 0 0.49 0.52 0.06 3.36 0.81 0.7
Hex F0 7A 73 0 31 34 6 3 51 46
Octal 360 172 163 0 61 64 6 3 121 106
Binary 11110000 1111010 1110011 0 110001 110100 110 11 1010001 1000110

Color Harmonies of #F07A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A73

Black with #F07A73

Text Example


Text Example

White with #F07A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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