#F160C4

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

Shades of Neon Pink #F160C4

Tints of Neon Pink #F160C4

Color information

#F160C4 (or 0xF160C4) is unknown color: approx Neon Pink. HEX triplet: F1, 60 and C4. RGB value is (241,96,196). Sum of RGB (Red+Green+Blue) = 241+96+196=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F160C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160C4 is #0E9F3B. Grayscale: #969696. Windows color (decimal): -958268 or 12869873. OLE color: 12869873.

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

Color convert

RGB24196196-
CMYK00.600.190.05
HSL318.62º83.82%66.08%-
HSV(B)318.62º60.17%94.51%-
XYZ50.4231.0555.56-
YUV150.76153.54192.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 96 (37.89% from 255) = 18.01%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=45.22%
G=18.01%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419619600.600.190.05318.6283.8266.08
HexF160C403C13513f5442
Octal361140304074235477124102
Binary1111000111000001100010001111001001110110011111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160C4; }

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

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

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

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

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

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

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

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