#F17271

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

Shades of Geraldine #F17271

Tints of Geraldine #F17271

Color information

#F17271 (or 0xF17271) is unknown color: approx Geraldine. HEX triplet: F1, 72 and 71. RGB value is (241,114,113). Sum of RGB (Red+Green+Blue) = 241+114+113=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F17271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17271 is #0E8D8E. Grayscale: #979797. Windows color (decimal): -953743 or 7434993. OLE color: 7434993.

HSL color Cylindrical-coordinate representation of color #F17271: hue angle of 0.47º 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 #F17271 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB241114113-
CMYK00.530.530.05
HSL0.47º82.05%69.41%-
HSV(B)0.47º53.11%94.51%-
XYZ45.2731.9319.4-
YUV151.86106.08191.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.50%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=51.50%
G=24.36%
B=24.15%

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
Decimal24111411300.530.530.050.4782.0569.41
HexF1727103535505245
Octal3611621610656550122105
Binary11110001111001011100010110101110101101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17271; }

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

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

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

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

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

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

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

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