#F17777

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

Shades of Geraldine #F17777

Tints of Geraldine #F17777

Color information

#F17777 (or 0xF17777) is unknown color: approx Geraldine. HEX triplet: F1, 77 and 77. RGB value is (241,119,119). Sum of RGB (Red+Green+Blue) = 241+119+119=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F17777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17777 is #0E8888. Grayscale: #9B9B9B. Windows color (decimal): -952457 or 7829489. OLE color: 7829489.

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

Color convert

RGB241119119-
CMYK00.510.510.05
HSL81.33%70.59%-
HSV(B)50.62%94.51%-
XYZ46.233.2321.43-
YUV155.48107.42189-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=50.31%
G=24.84%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111911900.510.510.05081.3370.59
HexF1777703333505147
Octal3611671670636350121107
Binary11110001111011111101110110011110011101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17777; }

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

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

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

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

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

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

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

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