Shades of Neon Pink #F271CB
Tints of Neon Pink #F271CB
RGB
CMYK
RGB Variations
Color information
#F271CB (or 0xF271CB) is known color: Neon Pink. HEX triplet: F2, 71 and CB. RGB value is (242,113,203). Sum of RGB (Red+Green+Blue) = 242+113+203=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F271CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271CB is #0D8E34. Grayscale: #A1A1A1. Windows color (decimal): -888373 or 13332978. OLE color: 13332978.
HSL color Cylindrical-coordinate representation of color #F271CB: hue angle of 318.14º 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 #F271CB is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 203 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.05 |
| HSL | 318.14º | 0.83% | 0.7% | - |
| HSV(B) | 318.14º | 0.53% | 0.95% | - |
| XYZ | 53.3 | 35 | 60.45 | - |
| YUV | 161.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 203 | 0 | 0.53 | 0.16 | 0.05 | 318.14 | 0.83 | 0.7 |
| Hex | F2 | 71 | CB | 0 | 35 | 10 | 5 | 13E | 53 | 46 |
| Octal | 362 | 161 | 313 | 0 | 65 | 20 | 5 | 476 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11001011 | 0 | 110101 | 10000 | 101 | 100111110 | 1010011 | 1000110 |
Color Harmonies of #F271CB
Complementary color
Monochromatic Colors of #F271CB
Black with #F271CB
Text Example
Text Example
White with #F271CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271CB; }
p { color: rgb(242,113,203); }
H1.HeaderClassName
{
color: #F271CB;
}
.AnyTagClassName
{
color: #F271CB;
}
</style>
background-color css
<style>
a { background-color: #F271CB; }
a { background-color: rgb(242,113,203); }
div.DivClassName
{
background-color: #F271CB;
}
.BgClassName
{
background-color: #F271CB;
}
</style>
border-color css
<style>
span { border-color: #F271CB; }
span { border-color: rgb(242,113,203); }
td.TdClassName
{
border-color: #F271CB;
}
.TagClassName
{
border-color: #F271CB;
}
</style>