#F371CE

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

Shades of Neon Pink #F371CE

Tints of Neon Pink #F371CE

Color information

#F371CE (or 0xF371CE) is unknown color: approx Neon Pink. HEX triplet: F3, 71 and CE. RGB value is (243,113,206). Sum of RGB (Red+Green+Blue) = 243+113+206=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F371CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371CE is #0C8E31. Grayscale: #A2A2A2. Windows color (decimal): -822834 or 13529587. OLE color: 13529587.

HSL color Cylindrical-coordinate representation of color #F371CE: hue angle of 317.08º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F371CE is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243113206-
CMYK00.530.150.05
HSL317.08º84.42%69.8%-
HSV(B)317.08º53.5%95.29%-
XYZ54.0135.3262.36-
YUV162.47152.57185.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.24%
GREEN value IS 113 (44.53% from 255) = 20.11%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=43.24%
G=20.11%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311320600.530.150.05317.0884.4269.8
HexF371CE035F513d5446
Octal363161316065175475124106
Binary111100111110001110011100110101111110110011110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F371CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F371CE; }

 p { color: rgb(243,113,206); }

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

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

 a { background-color: rgb(243,113,206); }

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

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

 span { border-color: rgb(243,113,206); }

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