#F15FC9

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

Shades of Neon Pink #F15FC9

Tints of Neon Pink #F15FC9

Color information

#F15FC9 (or 0xF15FC9) is unknown color: approx Neon Pink. HEX triplet: F1, 5F and C9. RGB value is (241,95,201). Sum of RGB (Red+Green+Blue) = 241+95+201=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FC9 is #0EA036. Grayscale: #969696. Windows color (decimal): -958519 or 13197297. OLE color: 13197297.

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

Color convert

RGB24195201-
CMYK00.610.170.05
HSL316.44º83.91%65.88%-
HSV(B)316.44º60.58%94.51%-
XYZ50.9131.158.58-
YUV150.74156.37192.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=44.88%
G=17.69%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419520100.610.170.05316.4483.9165.88
HexF15FC903D11513c5442
Octal361137311075215474124102
Binary1111000110111111100100101111011000110110011110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15FC9; }

 p { color: rgb(241,95,201); }

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

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

 a { background-color: rgb(241,95,201); }

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

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

 span { border-color: rgb(241,95,201); }

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