#F16AC9

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

Shades of Neon Pink #F16AC9

Tints of Neon Pink #F16AC9

Color information

#F16AC9 (or 0xF16AC9) is unknown color: approx Neon Pink. HEX triplet: F1, 6A and C9. RGB value is (241,106,201). Sum of RGB (Red+Green+Blue) = 241+106+201=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AC9 is #0E9536. Grayscale: #9C9C9C. Windows color (decimal): -955703 or 13200113. OLE color: 13200113.

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

Color convert

RGB241106201-
CMYK00.560.170.05
HSL317.78º82.82%68.04%-
HSV(B)317.78º56.02%94.51%-
XYZ51.9733.2358.93-
YUV157.2152.73187.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 106 (41.80% from 255) = 19.34%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=43.98%
G=19.34%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110620100.560.170.05317.7882.8268.04
HexF16AC903811513e5344
Octal361152311070215476123104
Binary1111000111010101100100101110001000110110011111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16AC9; }

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

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

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

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

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

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

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

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