#F17171

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

Shades of Geraldine #F17171

Tints of Geraldine #F17171

Color information

#F17171 (or 0xF17171) is unknown color: approx Geraldine. HEX triplet: F1, 71 and 71. RGB value is (241,113,113). Sum of RGB (Red+Green+Blue) = 241+113+113=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F17171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17171 is #0E8E8E. Grayscale: #979797. Windows color (decimal): -953999 or 7434737. OLE color: 7434737.

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

Color convert

RGB241113113-
CMYK00.530.530.05
HSL82.05%69.41%-
HSV(B)53.11%94.51%-
XYZ45.1631.719.36-
YUV151.27106.41192-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.61%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=51.61%
G=24.20%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111311300.530.530.05082.0569.41
HexF1717103535505245
Octal3611611610656550122105
Binary11110001111000111100010110101110101101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17171; }

 p { color: rgb(241,113,113); }

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

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

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

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

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

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

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