#F252C3

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

Shades of Neon Pink #F252C3

Tints of Neon Pink #F252C3

Color information

#F252C3 (or 0xF252C3) is unknown color: approx Neon Pink. HEX triplet: F2, 52 and C3. RGB value is (242,82,195). Sum of RGB (Red+Green+Blue) = 242+82+195=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F252C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F252C3 is #0DAD3C. Grayscale: #8E8E8E. Windows color (decimal): -896317 or 12800754. OLE color: 12800754.

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

Color convert

RGB24282195-
CMYK00.660.190.05
HSL317.62º86.02%63.53%-
HSV(B)317.62º66.12%94.9%-
XYZ49.4928.8554.59-
YUV142.72157.51198.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 82 (32.42% from 255) = 15.80%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=46.63%
G=15.80%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428219500.660.190.05317.6286.0263.53
HexF252C304213513e5640
Octal3621223030102235476126100
Binary11110010101001011000011010000101001110110011111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F252C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F252C3; }

 p { color: rgb(242,82,195); }

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

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

 a { background-color: rgb(242,82,195); }

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

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

 span { border-color: rgb(242,82,195); }

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