#F05FC2

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

Shades of Neon Pink #F05FC2

Tints of Neon Pink #F05FC2

Color information

#F05FC2 (or 0xF05FC2) is unknown color: approx Neon Pink. HEX triplet: F0, 5F and C2. RGB value is (240,95,194). Sum of RGB (Red+Green+Blue) = 240+95+194=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FC2 is #0FA03D. Grayscale: #959595. Windows color (decimal): -1024062 or 12738544. OLE color: 12738544.

HSL color Cylindrical-coordinate representation of color #F05FC2: hue angle of 319.03º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FC2 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB24095194-
CMYK00.600.190.06
HSL319.03º82.86%65.69%-
HSV(B)319.03º60.42%94.12%-
XYZ49.7630.654.32-
YUV149.64153.04192.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.37%
GREEN value IS 95 (37.5% from 255) = 17.96%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=45.37%
G=17.96%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409519400.600.190.06319.0382.8665.69
HexF05FC203C13613f5342
Octal360137302074236477123102
Binary1111000010111111100001001111001001111010011111110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FC2; }

 p { color: rgb(240,95,194); }

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

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

 a { background-color: rgb(240,95,194); }

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

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

 span { border-color: rgb(240,95,194); }

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