Html Css Color HEX #F07572 Geraldine

📋 copy color: '#F07572'

red 240 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #F07572

Tints of Geraldine #F07572

RGB

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

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

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

R = 50.96%
G = 24.84%
B = 24.2%

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

#F07572 (or 0xF07572) is known color: Geraldine. HEX triplet: F0, 75 and 72. RGB value is (240,117,114). Sum of RGB (Red+Green+Blue) = 240+117+114=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07572 is #0F8A8D. Grayscale: #999999. Windows color (decimal): -1018510 or 7501296. OLE color: 7501296.

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

Color convert

RGB 240 117 114 -
CMYK 0 0.51 0.52 0.06
HSL 1.43º 0.81% 0.69% -
HSV(B) 1.43º 0.53% 0.94% -
XYZ 45.33 32.46 19.8 -
YUV 153.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 240 117 114 0 0.51 0.52 0.06 1.43 0.81 0.69
Hex F0 75 72 0 33 34 6 1 51 45
Octal 360 165 162 0 63 64 6 1 121 105
Binary 11110000 1110101 1110010 0 110011 110100 110 1 1010001 1000101

Color Harmonies of #F07572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07572

Black with #F07572

Text Example


Text Example

White with #F07572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07572; }

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

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

background-color css

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

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

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

border-color css

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

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

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