#F411A8

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

Shades of Spicy Pink #F411A8

Tints of Spicy Pink #F411A8

Color information

#F411A8 (or 0xF411A8) is unknown color: approx Spicy Pink. HEX triplet: F4, 11 and A8. RGB value is (244,17,168). Sum of RGB (Red+Green+Blue) = 244+17+168=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F411A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F411A8 is #0BEE57. Grayscale: #656565. Windows color (decimal): -781912 or 11014644. OLE color: 11014644.

HSL color Cylindrical-coordinate representation of color #F411A8: hue angle of 320.09º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411A8 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24417168-
CMYK00.930.310.04
HSL320.09º91.16%51.18%-
HSV(B)320.09º93.03%95.69%-
XYZ44.5822.4639.03-
YUV102.09165.21229.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.88%
GREEN value IS 17 (7.03% from 255) = 3.96%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=56.88%
G=3.96%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441716800.930.310.04320.0991.1651.18
HexF411A805D1F41405b33
Octal36421250013537450013363
Binary11110100100011010100001011101111111001010000001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F411A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F411A8; }

 p { color: rgb(244,17,168); }

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

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

 a { background-color: rgb(244,17,168); }

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

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

 span { border-color: rgb(244,17,168); }

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