#F1746A

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

Shades of Geraldine #F1746A

Tints of Geraldine #F1746A

Color information

#F1746A (or 0xF1746A) is unknown color: approx Geraldine. HEX triplet: F1, 74 and 6A. RGB value is (241,116,106). Sum of RGB (Red+Green+Blue) = 241+116+106=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1746A is #0E8B95. Grayscale: #989898. Windows color (decimal): -953238 or 6976753. OLE color: 6976753.

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

Color convert

RGB241116106-
CMYK00.520.560.05
HSL4.44º82.82%68.04%-
HSV(B)4.44º56.02%94.51%-
XYZ45.1232.2317.48-
YUV152.24101.91191.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=52.05%
G=25.05%
B=22.89%

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
Decimal24111610600.520.560.054.4482.8268.04
HexF1746A03438545344
Octal3611641520647054123104
Binary1111000111101001101010011010011100010110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1746A; }

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

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

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

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

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

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

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

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