Shades of Neon Pink #F351C2
Tints of Neon Pink #F351C2
RGB
CMYK
RGB Variations
Color information
#F351C2 (or 0xF351C2) is known color: Neon Pink. HEX triplet: F3, 51 and C2. RGB value is (243,81,194). Sum of RGB (Red+Green+Blue) = 243+81+194=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F351C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F351C2 is #0CAE3D. Grayscale: #8E8E8E. Windows color (decimal): -831038 or 12734963. OLE color: 12734963.
HSL color Cylindrical-coordinate representation of color #F351C2: hue angle of 318.15º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F351C2 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 194 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.05 |
| HSL | 318.15º | 0.87% | 0.64% | - |
| HSV(B) | 318.15º | 0.67% | 0.95% | - |
| XYZ | 49.64 | 28.83 | 53.99 | - |
| YUV | 142.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 194 | 0 | 0.67 | 0.20 | 0.05 | 318.15 | 0.87 | 0.64 |
| Hex | F3 | 51 | C2 | 0 | 43 | 14 | 5 | 13E | 57 | 40 |
| Octal | 363 | 121 | 302 | 0 | 103 | 24 | 5 | 476 | 127 | 100 |
| Binary | 11110011 | 1010001 | 11000010 | 0 | 1000011 | 10100 | 101 | 100111110 | 1010111 | 1000000 |
Color Harmonies of #F351C2
Complementary color
Monochromatic Colors of #F351C2
Black with #F351C2
Text Example
Text Example
White with #F351C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351C2; }
p { color: rgb(243,81,194); }
H1.HeaderClassName
{
color: #F351C2;
}
.AnyTagClassName
{
color: #F351C2;
}
</style>
background-color css
<style>
a { background-color: #F351C2; }
a { background-color: rgb(243,81,194); }
div.DivClassName
{
background-color: #F351C2;
}
.BgClassName
{
background-color: #F351C2;
}
</style>
border-color css
<style>
span { border-color: #F351C2; }
span { border-color: rgb(243,81,194); }
td.TdClassName
{
border-color: #F351C2;
}
.TagClassName
{
border-color: #F351C2;
}
</style>