#F16DC2

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

Shades of Neon Pink #F16DC2

Tints of Neon Pink #F16DC2

Color information

#F16DC2 (or 0xF16DC2) is unknown color: approx Neon Pink. HEX triplet: F1, 6D and C2. RGB value is (241,109,194). Sum of RGB (Red+Green+Blue) = 241+109+194=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DC2 is #0E923D. Grayscale: #9D9D9D. Windows color (decimal): -954942 or 12742129. OLE color: 12742129.

HSL color Cylindrical-coordinate representation of color #F16DC2: hue angle of 321.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DC2 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241109194-
CMYK00.550.200.05
HSL321.36º82.5%68.63%-
HSV(B)321.36º54.77%94.51%-
XYZ51.4833.5354.8-
YUV158.16148.23187.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 109 (42.97% from 255) = 20.04%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=44.30%
G=20.04%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110919400.550.200.05321.3682.568.63
HexF16DC20371451415245
Octal361155302067245501122105
Binary1111000111011011100001001101111010010110100000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16DC2; }

 p { color: rgb(241,109,194); }

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

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

 a { background-color: rgb(241,109,194); }

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

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

 span { border-color: rgb(241,109,194); }

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