#F159C5

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

Shades of Neon Pink #F159C5

Tints of Neon Pink #F159C5

Color information

#F159C5 (or 0xF159C5) is unknown color: approx Neon Pink. HEX triplet: F1, 59 and C5. RGB value is (241,89,197). Sum of RGB (Red+Green+Blue) = 241+89+197=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F159C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159C5 is #0EA63A. Grayscale: #929292. Windows color (decimal): -960059 or 12933617. OLE color: 12933617.

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

Color convert

RGB24189197-
CMYK00.630.180.05
HSL317.37º84.44%64.71%-
HSV(B)317.37º63.07%94.51%-
XYZ49.9329.8855.96-
YUV146.76156.36195.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 89 (35.16% from 255) = 16.89%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=45.73%
G=16.89%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418919700.630.180.05317.3784.4464.71
HexF159C503F12513d5441
Octal361131305077225475124101
Binary1111000110110011100010101111111001010110011110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F159C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F159C5; }

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

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

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

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

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

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

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

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