#F27571

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

Shades of Geraldine #F27571

Tints of Geraldine #F27571

Color information

#F27571 (or 0xF27571) is unknown color: approx Geraldine. HEX triplet: F2, 75 and 71. RGB value is (242,117,113). Sum of RGB (Red+Green+Blue) = 242+117+113=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F27571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27571 is #0D8A8E. Grayscale: #9A9A9A. Windows color (decimal): -887439 or 7435762. OLE color: 7435762.

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

Color convert

RGB242117113-
CMYK00.520.530.05
HSL1.86º83.23%69.61%-
HSV(B)1.86º53.31%94.9%-
XYZ45.9632.7919.53-
YUV153.92104.91190.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=51.27%
G=24.79%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211711300.520.530.051.8683.2369.61
HexF2757103435525346
Octal3621651610646552123106
Binary111100101110101111000101101001101011011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27571; }

 p { color: rgb(242,117,113); }

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

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

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

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

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

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

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