#F17972

Color #F17972 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #F17972

Tints of Geraldine #F17972

Color information

#F17972 (or 0xF17972) is unknown color: approx Geraldine. HEX triplet: F1, 79 and 72. RGB value is (241,121,114). Sum of RGB (Red+Green+Blue) = 241+121+114=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F17972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17972 is #0E868D. Grayscale: #9C9C9C. Windows color (decimal): -951950 or 7502321. OLE color: 7502321.

HSL color Cylindrical-coordinate representation of color #F17972: hue angle of 3.31º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17972 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB241121114-
CMYK00.500.530.05
HSL3.31º81.94%69.61%-
HSV(B)3.31º52.7%94.51%-
XYZ46.1533.5919.97-
YUV156.08104.26188.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=50.63%
G=25.42%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112111400.500.530.053.3181.9469.61
HexF1797203235535246
Octal3611711620626553122106
Binary111100011111001111001001100101101011011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17972; }

 p { color: rgb(241,121,114); }

 H1.HeaderClassName
 {
   color: #F17972;
 }
 .AnyTagClassName
 {
   color: #F17972;
 }
</style>
background-color css

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

 a { background-color: rgb(241,121,114); }

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

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

 span { border-color: rgb(241,121,114); }

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