#F416D1

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

Shades of Shocking Pink #F416D1

Tints of Shocking Pink #F416D1

Color information

#F416D1 (or 0xF416D1) is unknown color: approx Shocking Pink. HEX triplet: F4, 16 and D1. RGB value is (244,22,209). Sum of RGB (Red+Green+Blue) = 244+22+209=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F416D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416D1 is #0BE92E. Grayscale: #6D6D6D. Windows color (decimal): -780591 or 13702900. OLE color: 13702900.

HSL color Cylindrical-coordinate representation of color #F416D1: hue angle of 309.46º 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 #F416D1 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB24422209-
CMYK00.910.140.04
HSL309.46º90.98%52.16%-
HSV(B)309.46º90.98%95.69%-
XYZ49.124.4162.45-
YUV109.7184.05223.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.37%
GREEN value IS 22 (8.98% from 255) = 4.63%
BLUE value IS 209 (82.03% from 255) = 44%
R=51.37%
G=4.63%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442220900.910.140.04309.4690.9852.16
HexF416D105BE41355b34
Octal36426321013316446513364
Binary1111010010110110100010101101111101001001101011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F416D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F416D1; }

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

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

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

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

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

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

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

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