#F160C5

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

Shades of Neon Pink #F160C5

Tints of Neon Pink #F160C5

Color information

#F160C5 (or 0xF160C5) is unknown color: approx Neon Pink. HEX triplet: F1, 60 and C5. RGB value is (241,96,197). Sum of RGB (Red+Green+Blue) = 241+96+197=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F160C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160C5 is #0E9F3A. Grayscale: #969696. Windows color (decimal): -958267 or 12935409. OLE color: 12935409.

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

Color convert

RGB24196197-
CMYK00.600.180.05
HSL318.21º83.82%66.08%-
HSV(B)318.21º60.17%94.51%-
XYZ50.5431.156.16-
YUV150.87154.04192.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 96 (37.89% from 255) = 17.98%
BLUE value IS 197 (77.34% from 255) = 36.89%
R=45.13%
G=17.98%
B=36.89%

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
Decimal2419619700.600.180.05318.2183.8266.08
HexF160C503C12513e5442
Octal361140305074225476124102
Binary1111000111000001100010101111001001010110011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160C5; }

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

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

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

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

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

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

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

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