#F17369

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

Shades of Geraldine #F17369

Tints of Geraldine #F17369

Color information

#F17369 (or 0xF17369) is unknown color: approx Geraldine. HEX triplet: F1, 73 and 69. RGB value is (241,115,105). Sum of RGB (Red+Green+Blue) = 241+115+105=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F17369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17369 is #0E8C96. Grayscale: #979797. Windows color (decimal): -953495 or 6910961. OLE color: 6910961.

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

Color convert

RGB241115105-
CMYK00.520.560.05
HSL4.41º82.93%67.84%-
HSV(B)4.41º56.43%94.51%-
XYZ44.9631.9817.17-
YUV151.53101.74191.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=52.28%
G=24.95%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111510500.520.560.054.4182.9367.84
HexF1736903438545344
Octal3611631510647054123104
Binary1111000111100111101001011010011100010110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17369; }

 p { color: rgb(241,115,105); }

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

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

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

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

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

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

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