#F372C7

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

Shades of Neon Pink #F372C7

Tints of Neon Pink #F372C7

Color information

#F372C7 (or 0xF372C7) is unknown color: approx Neon Pink. HEX triplet: F3, 72 and C7. RGB value is (243,114,199). Sum of RGB (Red+Green+Blue) = 243+114+199=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F372C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372C7 is #0C8D38. Grayscale: #A2A2A2. Windows color (decimal): -822585 or 13071091. OLE color: 13071091.

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

Color convert

RGB243114199-
CMYK00.530.180.05
HSL320.47º84.31%70%-
HSV(B)320.47º53.09%95.29%-
XYZ53.2935.2158.02-
YUV162.26148.74185.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.71%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 199 (78.12% from 255) = 35.79%
R=43.71%
G=20.50%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311419900.530.180.05320.4784.3170
HexF372C70351251405446
Octal363162307065225500124106
Binary1111001111100101100011101101011001010110100000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F372C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F372C7; }

 p { color: rgb(243,114,199); }

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

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

 a { background-color: rgb(243,114,199); }

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

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

 span { border-color: rgb(243,114,199); }

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