#F160C6

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

Shades of Neon Pink #F160C6

Tints of Neon Pink #F160C6

Color information

#F160C6 (or 0xF160C6) is unknown color: approx Neon Pink. HEX triplet: F1, 60 and C6. RGB value is (241,96,198). Sum of RGB (Red+Green+Blue) = 241+96+198=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F160C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160C6 is #0E9F39. Grayscale: #969696. Windows color (decimal): -958266 or 13000945. OLE color: 13000945.

HSL color Cylindrical-coordinate representation of color #F160C6: hue angle of 317.79º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160C6 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB24196198-
CMYK00.600.180.05
HSL317.79º83.82%66.08%-
HSV(B)317.79º60.17%94.51%-
XYZ50.6531.1456.77-
YUV150.98154.54192.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 96 (37.89% from 255) = 17.94%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=45.05%
G=17.94%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419619800.600.180.05317.7983.8266.08
HexF160C603C12513e5442
Octal361140306074225476124102
Binary1111000111000001100011001111001001010110011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160C6; }

 p { color: rgb(241,96,198); }

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

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

 a { background-color: rgb(241,96,198); }

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

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

 span { border-color: rgb(241,96,198); }

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