#F1736A

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

Shades of Geraldine #F1736A

Tints of Geraldine #F1736A

Color information

#F1736A (or 0xF1736A) is unknown color: approx Geraldine. HEX triplet: F1, 73 and 6A. RGB value is (241,115,106). Sum of RGB (Red+Green+Blue) = 241+115+106=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1736A is #0E8C95. Grayscale: #979797. Windows color (decimal): -953494 or 6976497. OLE color: 6976497.

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

Color convert

RGB241115106-
CMYK00.520.560.05
HSL82.82%68.04%-
HSV(B)56.02%94.51%-
XYZ45.013217.44-
YUV151.65102.24191.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 106 (41.80% from 255) = 22.94%
R=52.16%
G=24.89%
B=22.94%

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
Decimal24111510600.520.560.05482.8268.04
HexF1736A03438545344
Octal3611631520647054123104
Binary1111000111100111101010011010011100010110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1736A; }

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

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

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

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

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

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

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

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