#F119A6

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

Shades of Spicy Pink #F119A6

Tints of Spicy Pink #F119A6

Color information

#F119A6 (or 0xF119A6) is unknown color: approx Spicy Pink. HEX triplet: F1, 19 and A6. RGB value is (241,25,166). Sum of RGB (Red+Green+Blue) = 241+25+166=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F119A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F119A6 is #0EE659. Grayscale: #696969. Windows color (decimal): -976474 or 10885617. OLE color: 10885617.

HSL color Cylindrical-coordinate representation of color #F119A6: hue angle of 320.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119A6 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB24125166-
CMYK00.900.310.05
HSL320.83º88.52%52.16%-
HSV(B)320.83º89.63%94.51%-
XYZ43.5122.1538.06-
YUV105.66162.06224.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 25 (10.16% from 255) = 5.79%
BLUE value IS 166 (65.23% from 255) = 38.43%
R=55.79%
G=5.79%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412516600.900.310.05320.8388.5252.16
HexF119A605A1F51415934
Octal36131246013237550113164
Binary11110001110011010011001011010111111011010000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F119A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F119A6; }

 p { color: rgb(241,25,166); }

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

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

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

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

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

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

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