#F17875

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

Shades of Geraldine #F17875

Tints of Geraldine #F17875

Color information

#F17875 (or 0xF17875) is unknown color: approx Geraldine. HEX triplet: F1, 78 and 75. RGB value is (241,120,117). Sum of RGB (Red+Green+Blue) = 241+120+117=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F17875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17875 is #0E878A. Grayscale: #9B9B9B. Windows color (decimal): -952203 or 7698673. OLE color: 7698673.

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

Color convert

RGB241120117-
CMYK00.500.510.05
HSL1.45º81.58%70.2%-
HSV(B)1.45º51.45%94.51%-
XYZ46.233.4220.84-
YUV155.84106.09188.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=50.42%
G=25.10%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112011700.500.510.051.4581.5870.2
HexF1787503233515246
Octal3611701650626351122106
Binary11110001111100011101010110010110011101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17875; }

 p { color: rgb(241,120,117); }

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

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

 a { background-color: rgb(241,120,117); }

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

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

 span { border-color: rgb(241,120,117); }

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