Shades of Neon Pink #F253BF
Tints of Neon Pink #F253BF
RGB
CMYK
RGB Variations
Color information
#F253BF (or 0xF253BF) is known color: Neon Pink. HEX triplet: F2, 53 and BF. RGB value is (242,83,191). Sum of RGB (Red+Green+Blue) = 242+83+191=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F253BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253BF is #0DAC40. Grayscale: #8E8E8E. Windows color (decimal): -896065 or 12538866. OLE color: 12538866.
HSL color Cylindrical-coordinate representation of color #F253BF: hue angle of 319.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253BF is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 191 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.05 |
| HSL | 319.25º | 0.86% | 0.64% | - |
| HSV(B) | 319.25º | 0.66% | 0.95% | - |
| XYZ | 49.12 | 28.83 | 52.27 | - |
| YUV | 142.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 191 | 0 | 0.66 | 0.21 | 0.05 | 319.25 | 0.86 | 0.64 |
| Hex | F2 | 53 | BF | 0 | 42 | 15 | 5 | 13F | 56 | 40 |
| Octal | 362 | 123 | 277 | 0 | 102 | 25 | 5 | 477 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10111111 | 0 | 1000010 | 10101 | 101 | 100111111 | 1010110 | 1000000 |
Color Harmonies of #F253BF
Complementary color
Monochromatic Colors of #F253BF
Black with #F253BF
Text Example
Text Example
White with #F253BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253BF; }
p { color: rgb(242,83,191); }
H1.HeaderClassName
{
color: #F253BF;
}
.AnyTagClassName
{
color: #F253BF;
}
</style>
background-color css
<style>
a { background-color: #F253BF; }
a { background-color: rgb(242,83,191); }
div.DivClassName
{
background-color: #F253BF;
}
.BgClassName
{
background-color: #F253BF;
}
</style>
border-color css
<style>
span { border-color: #F253BF; }
span { border-color: rgb(242,83,191); }
td.TdClassName
{
border-color: #F253BF;
}
.TagClassName
{
border-color: #F253BF;
}
</style>