#F416A8

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

Shades of Spicy Pink #F416A8

Tints of Spicy Pink #F416A8

Color information

#F416A8 (or 0xF416A8) is unknown color: approx Spicy Pink. HEX triplet: F4, 16 and A8. RGB value is (244,22,168). Sum of RGB (Red+Green+Blue) = 244+22+168=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F416A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F416A8 is #0BE957. Grayscale: #686868. Windows color (decimal): -780632 or 11015924. OLE color: 11015924.

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

Color convert

RGB24422168-
CMYK00.910.310.04
HSL320.54º90.98%52.16%-
HSV(B)320.54º90.98%95.69%-
XYZ44.6622.6339.06-
YUV105.02163.55227.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.22%
GREEN value IS 22 (8.98% from 255) = 5.07%
BLUE value IS 168 (66.02% from 255) = 38.71%
R=56.22%
G=5.07%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442216800.910.310.04320.5490.9852.16
HexF416A805B1F41415b34
Octal36426250013337450113364
Binary11110100101101010100001011011111111001010000011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F416A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F416A8; }

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

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

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

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

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

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

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

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