Html Css Color HEX #F07573 Geraldine

📋 copy color: '#F07573'

red 240 ◦ green 117 ◦ blue 115

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

Shades of Geraldine #F07573

Tints of Geraldine #F07573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

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

R = 50.85%
G = 24.79%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07573 (or 0xF07573) is known color: Geraldine. HEX triplet: F0, 75 and 73. RGB value is (240,117,115). Sum of RGB (Red+Green+Blue) = 240+117+115=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F07573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07573 is #0F8A8C. Grayscale: #999999. Windows color (decimal): -1018509 or 7566832. OLE color: 7566832.

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

Color convert

RGB 240 117 115 -
CMYK 0 0.51 0.52 0.06
HSL 0.96º 0.81% 0.7% -
HSV(B) 0.96º 0.52% 0.94% -
XYZ 45.39 32.49 20.1 -
YUV 153.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 240 117 115 0 0.51 0.52 0.06 0.96 0.81 0.7
Hex F0 75 73 0 33 34 6 1 51 46
Octal 360 165 163 0 63 64 6 1 121 106
Binary 11110000 1110101 1110011 0 110011 110100 110 1 1010001 1000110

Color Harmonies of #F07573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07573

Black with #F07573

Text Example


Text Example

White with #F07573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07573; }

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

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

background-color css

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

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

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

border-color css

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

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

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