#F15FC3

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

Shades of Neon Pink #F15FC3

Tints of Neon Pink #F15FC3

Color information

#F15FC3 (or 0xF15FC3) is unknown color: approx Neon Pink. HEX triplet: F1, 5F and C3. RGB value is (241,95,195). Sum of RGB (Red+Green+Blue) = 241+95+195=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FC3 is #0EA03C. Grayscale: #959595. Windows color (decimal): -958525 or 12804081. OLE color: 12804081.

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

Color convert

RGB24195195-
CMYK00.610.190.05
HSL318.9º83.91%65.88%-
HSV(B)318.9º60.58%94.51%-
XYZ50.2230.8354.93-
YUV150.05153.37192.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=45.39%
G=17.89%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419519500.610.190.05318.983.9165.88
HexF15FC303D13513f5442
Octal361137303075235477124102
Binary1111000110111111100001101111011001110110011111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15FC3; }

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

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

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

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

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

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

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

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