Shades of Neon Pink #F271CE
Tints of Neon Pink #F271CE
RGB
CMYK
RGB Variations
Color information
#F271CE (or 0xF271CE) is known color: Neon Pink. HEX triplet: F2, 71 and CE. RGB value is (242,113,206). Sum of RGB (Red+Green+Blue) = 242+113+206=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F271CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271CE is #0D8E31. Grayscale: #A1A1A1. Windows color (decimal): -888370 or 13529586. OLE color: 13529586.
HSL color Cylindrical-coordinate representation of color #F271CE: hue angle of 316.74º degrees, saturation: 0.83, 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 #F271CE is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 206 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.05 |
| HSL | 316.74º | 0.83% | 0.7% | - |
| HSV(B) | 316.74º | 0.53% | 0.95% | - |
| XYZ | 53.66 | 35.14 | 62.35 | - |
| YUV | 162.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 206 | 0 | 0.53 | 0.15 | 0.05 | 316.74 | 0.83 | 0.7 |
| Hex | F2 | 71 | CE | 0 | 35 | F | 5 | 13D | 53 | 46 |
| Octal | 362 | 161 | 316 | 0 | 65 | 17 | 5 | 475 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11001110 | 0 | 110101 | 1111 | 101 | 100111101 | 1010011 | 1000110 |
Color Harmonies of #F271CE
Complementary color
Monochromatic Colors of #F271CE
Black with #F271CE
Text Example
Text Example
White with #F271CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271CE; }
p { color: rgb(242,113,206); }
H1.HeaderClassName
{
color: #F271CE;
}
.AnyTagClassName
{
color: #F271CE;
}
</style>
background-color css
<style>
a { background-color: #F271CE; }
a { background-color: rgb(242,113,206); }
div.DivClassName
{
background-color: #F271CE;
}
.BgClassName
{
background-color: #F271CE;
}
</style>
border-color css
<style>
span { border-color: #F271CE; }
span { border-color: rgb(242,113,206); }
td.TdClassName
{
border-color: #F271CE;
}
.TagClassName
{
border-color: #F271CE;
}
</style>