Shades of Neon Pink #F271C7
Tints of Neon Pink #F271C7
RGB
CMYK
RGB Variations
Color information
#F271C7 (or 0xF271C7) is known color: Neon Pink. HEX triplet: F2, 71 and C7. RGB value is (242,113,199). Sum of RGB (Red+Green+Blue) = 242+113+199=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F271C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271C7 is #0D8E38. Grayscale: #A1A1A1. Windows color (decimal): -888377 or 13070834. OLE color: 13070834.
HSL color Cylindrical-coordinate representation of color #F271C7: hue angle of 320º 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 #F271C7 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 199 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.05 |
| HSL | 320º | 0.83% | 0.7% | - |
| HSV(B) | 320º | 0.53% | 0.95% | - |
| XYZ | 52.83 | 34.81 | 57.97 | - |
| YUV | 161.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 199 | 0 | 0.53 | 0.18 | 0.05 | 320 | 0.83 | 0.7 |
| Hex | F2 | 71 | C7 | 0 | 35 | 12 | 5 | 140 | 53 | 46 |
| Octal | 362 | 161 | 307 | 0 | 65 | 22 | 5 | 500 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11000111 | 0 | 110101 | 10010 | 101 | 101000000 | 1010011 | 1000110 |
Color Harmonies of #F271C7
Complementary color
Monochromatic Colors of #F271C7
Black with #F271C7
Text Example
Text Example
White with #F271C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271C7; }
p { color: rgb(242,113,199); }
H1.HeaderClassName
{
color: #F271C7;
}
.AnyTagClassName
{
color: #F271C7;
}
</style>
background-color css
<style>
a { background-color: #F271C7; }
a { background-color: rgb(242,113,199); }
div.DivClassName
{
background-color: #F271C7;
}
.BgClassName
{
background-color: #F271C7;
}
</style>
border-color css
<style>
span { border-color: #F271C7; }
span { border-color: rgb(242,113,199); }
td.TdClassName
{
border-color: #F271C7;
}
.TagClassName
{
border-color: #F271C7;
}
</style>