#F166C9

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

Shades of Neon Pink #F166C9

Tints of Neon Pink #F166C9

Color information

#F166C9 (or 0xF166C9) is unknown color: approx Neon Pink. HEX triplet: F1, 66 and C9. RGB value is (241,102,201). Sum of RGB (Red+Green+Blue) = 241+102+201=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F166C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166C9 is #0E9936. Grayscale: #9A9A9A. Windows color (decimal): -956727 or 13199089. OLE color: 13199089.

HSL color Cylindrical-coordinate representation of color #F166C9: hue angle of 317.27º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166C9 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241102201-
CMYK00.580.170.05
HSL317.27º83.23%67.25%-
HSV(B)317.27º57.68%94.51%-
XYZ51.5732.4258.8-
YUV154.85154.05189.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 102 (40.23% from 255) = 18.75%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=44.30%
G=18.75%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110220100.580.170.05317.2783.2367.25
HexF166C903A11513d5343
Octal361146311072215475123103
Binary1111000111001101100100101110101000110110011110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166C9; }

 p { color: rgb(241,102,201); }

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

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

 a { background-color: rgb(241,102,201); }

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

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

 span { border-color: rgb(241,102,201); }

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