Shades of Neon Pink #F352C1
Tints of Neon Pink #F352C1
RGB
CMYK
RGB Variations
Color information
#F352C1 (or 0xF352C1) is known color: Neon Pink. HEX triplet: F3, 52 and C1. RGB value is (243,82,193). Sum of RGB (Red+Green+Blue) = 243+82+193=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F352C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F352C1 is #0CAD3E. Grayscale: #8E8E8E. Windows color (decimal): -830783 or 12669683. OLE color: 12669683.
HSL color Cylindrical-coordinate representation of color #F352C1: hue angle of 318.63º degrees, saturation: 0.87, 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 #F352C1 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 193 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.05 |
| HSL | 318.63º | 0.87% | 0.64% | - |
| HSV(B) | 318.63º | 0.66% | 0.95% | - |
| XYZ | 49.61 | 28.94 | 53.42 | - |
| YUV | 142.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 193 | 0 | 0.66 | 0.21 | 0.05 | 318.63 | 0.87 | 0.64 |
| Hex | F3 | 52 | C1 | 0 | 42 | 15 | 5 | 13F | 57 | 40 |
| Octal | 363 | 122 | 301 | 0 | 102 | 25 | 5 | 477 | 127 | 100 |
| Binary | 11110011 | 1010010 | 11000001 | 0 | 1000010 | 10101 | 101 | 100111111 | 1010111 | 1000000 |
Color Harmonies of #F352C1
Complementary color
Monochromatic Colors of #F352C1
Black with #F352C1
Text Example
Text Example
White with #F352C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352C1; }
p { color: rgb(243,82,193); }
H1.HeaderClassName
{
color: #F352C1;
}
.AnyTagClassName
{
color: #F352C1;
}
</style>
background-color css
<style>
a { background-color: #F352C1; }
a { background-color: rgb(243,82,193); }
div.DivClassName
{
background-color: #F352C1;
}
.BgClassName
{
background-color: #F352C1;
}
</style>
border-color css
<style>
span { border-color: #F352C1; }
span { border-color: rgb(243,82,193); }
td.TdClassName
{
border-color: #F352C1;
}
.TagClassName
{
border-color: #F352C1;
}
</style>