#F05EC1

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

Shades of Neon Pink #F05EC1

Tints of Neon Pink #F05EC1

Color information

#F05EC1 (or 0xF05EC1) is unknown color: approx Neon Pink. HEX triplet: F0, 5E and C1. RGB value is (240,94,193). Sum of RGB (Red+Green+Blue) = 240+94+193=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EC1 is #0FA13E. Grayscale: #949494. Windows color (decimal): -1024319 or 12672752. OLE color: 12672752.

HSL color Cylindrical-coordinate representation of color #F05EC1: hue angle of 319.32º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EC1 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB24094193-
CMYK00.610.200.06
HSL319.32º82.95%65.49%-
HSV(B)319.32º60.83%94.12%-
XYZ49.5630.3853.7-
YUV148.94152.87192.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.54%
GREEN value IS 94 (37.11% from 255) = 17.84%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=45.54%
G=17.84%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409419300.610.200.06319.3282.9565.49
HexF05EC103D14613f5341
Octal360136301075246477123101
Binary1111000010111101100000101111011010011010011111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05EC1; }

 p { color: rgb(240,94,193); }

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

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

 a { background-color: rgb(240,94,193); }

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

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

 span { border-color: rgb(240,94,193); }

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