#F15FCA

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

Shades of Neon Pink #F15FCA

Tints of Neon Pink #F15FCA

Color information

#F15FCA (or 0xF15FCA) is unknown color: approx Neon Pink. HEX triplet: F1, 5F and CA. RGB value is (241,95,202). Sum of RGB (Red+Green+Blue) = 241+95+202=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FCA is #0EA035. Grayscale: #969696. Windows color (decimal): -958518 or 13262833. OLE color: 13262833.

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

Color convert

RGB24195202-
CMYK00.610.160.05
HSL316.03º83.91%65.88%-
HSV(B)316.03º60.58%94.51%-
XYZ51.0331.1559.2-
YUV150.85156.87192.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 95 (37.5% from 255) = 17.66%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=44.80%
G=17.66%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419520200.610.160.05316.0383.9165.88
HexF15FCA03D10513c5442
Octal361137312075205474124102
Binary1111000110111111100101001111011000010110011110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15FCA; }

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

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

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

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

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

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

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

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