#F16FD5

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

Shades of Neon Pink #F16FD5

Tints of Neon Pink #F16FD5

Color information

#F16FD5 (or 0xF16FD5) is unknown color: approx Neon Pink. HEX triplet: F1, 6F and D5. RGB value is (241,111,213). Sum of RGB (Red+Green+Blue) = 241+111+213=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FD5 is #0E902A. Grayscale: #A1A1A1. Windows color (decimal): -954411 or 13987825. OLE color: 13987825.

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

Color convert

RGB241111213-
CMYK00.540.120.05
HSL312.92º82.28%69.02%-
HSV(B)312.92º53.94%94.51%-
XYZ53.9734.8766.84-
YUV161.5157.07184.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 111 (43.75% from 255) = 19.65%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=42.65%
G=19.65%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111121300.540.120.05312.9282.2869.02
HexF16FD5036C51395245
Octal361157325066145471122105
Binary111100011101111110101010110110110010110011100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16FD5; }

 p { color: rgb(241,111,213); }

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

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

 a { background-color: rgb(241,111,213); }

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

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

 span { border-color: rgb(241,111,213); }

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