#F16FD1

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

Shades of Neon Pink #F16FD1

Tints of Neon Pink #F16FD1

Color information

#F16FD1 (or 0xF16FD1) is unknown color: approx Neon Pink. HEX triplet: F1, 6F and D1. RGB value is (241,111,209). Sum of RGB (Red+Green+Blue) = 241+111+209=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FD1 is #0E902E. Grayscale: #A0A0A0. Windows color (decimal): -954415 or 13725681. OLE color: 13725681.

HSL color Cylindrical-coordinate representation of color #F16FD1: hue angle of 314.77º 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 #F16FD1 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241111209-
CMYK00.540.130.05
HSL314.77º82.28%69.02%-
HSV(B)314.77º53.94%94.51%-
XYZ53.4734.6764.2-
YUV161.04155.07185.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 111 (43.75% from 255) = 19.79%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=42.96%
G=19.79%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111120900.540.130.05314.7782.2869.02
HexF16FD1036D513b5245
Octal361157321066155473122105
Binary111100011101111110100010110110110110110011101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16FD1; }

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

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

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

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

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

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

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

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