#F16FCA

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

Shades of Neon Pink #F16FCA

Tints of Neon Pink #F16FCA

Color information

#F16FCA (or 0xF16FCA) is unknown color: approx Neon Pink. HEX triplet: F1, 6F and CA. RGB value is (241,111,202). Sum of RGB (Red+Green+Blue) = 241+111+202=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FCA is #0E9035. Grayscale: #A0A0A0. Windows color (decimal): -954422 or 13266929. OLE color: 13266929.

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

Color convert

RGB241111202-
CMYK00.540.160.05
HSL318º82.28%69.02%-
HSV(B)318º53.94%94.51%-
XYZ52.6234.3359.73-
YUV160.24151.57185.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 111 (43.75% from 255) = 20.04%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=43.50%
G=20.04%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111120200.540.160.0531882.2869.02
HexF16FCA03610513e5245
Octal361157312066205476122105
Binary1111000111011111100101001101101000010110011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16FCA; }

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

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

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

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

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

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

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

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