Shades of Neon Pink #F272D1
Tints of Neon Pink #F272D1
RGB
CMYK
RGB Variations
Color information
#F272D1 (or 0xF272D1) is known color: Neon Pink. HEX triplet: F2, 72 and D1. RGB value is (242,114,209). Sum of RGB (Red+Green+Blue) = 242+114+209=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F272D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272D1 is #0D8D2E. Grayscale: #A2A2A2. Windows color (decimal): -888111 or 13726450. OLE color: 13726450.
HSL color Cylindrical-coordinate representation of color #F272D1: hue angle of 315.47º 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 #F272D1 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 209 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.05 |
| HSL | 315.47º | 0.83% | 0.7% | - |
| HSV(B) | 315.47º | 0.53% | 0.95% | - |
| XYZ | 54.14 | 35.52 | 64.32 | - |
| YUV | 163.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 209 | 0 | 0.53 | 0.14 | 0.05 | 315.47 | 0.83 | 0.7 |
| Hex | F2 | 72 | D1 | 0 | 35 | E | 5 | 13B | 53 | 46 |
| Octal | 362 | 162 | 321 | 0 | 65 | 16 | 5 | 473 | 123 | 106 |
| Binary | 11110010 | 1110010 | 11010001 | 0 | 110101 | 1110 | 101 | 100111011 | 1010011 | 1000110 |
Color Harmonies of #F272D1
Complementary color
Monochromatic Colors of #F272D1
Black with #F272D1
Text Example
Text Example
White with #F272D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272D1; }
p { color: rgb(242,114,209); }
H1.HeaderClassName
{
color: #F272D1;
}
.AnyTagClassName
{
color: #F272D1;
}
</style>
background-color css
<style>
a { background-color: #F272D1; }
a { background-color: rgb(242,114,209); }
div.DivClassName
{
background-color: #F272D1;
}
.BgClassName
{
background-color: #F272D1;
}
</style>
border-color css
<style>
span { border-color: #F272D1; }
span { border-color: rgb(242,114,209); }
td.TdClassName
{
border-color: #F272D1;
}
.TagClassName
{
border-color: #F272D1;
}
</style>