Shades of Shocking Pink #FF02B9
Tints of Shocking Pink #FF02B9
RGB
CMYK
RGB Variations
Color information
#FF02B9 (or 0xFF02B9) is known color: Shocking Pink. HEX triplet: FF, 02 and B9. RGB value is (255,2,185). Sum of RGB (Red+Green+Blue) = 255+2+185=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02B9 is #00FD46. Grayscale: #626262. Windows color (decimal): -64839 or 12124927. OLE color: 12124927.
HSL color Cylindrical-coordinate representation of color #FF02B9: hue angle of 316.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02B9 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.27 | 0 |
| HSL | 316.6º | 1% | 0.5% | - |
| HSV(B) | 316.6º | 0.99% | 1% | - |
| XYZ | 50.02 | 24.81 | 48.05 | - |
| YUV | 98.51 | 176.82 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 185 | 0 | 0.99 | 0.27 | 0 | 316.6 | 1 | 0.5 |
| Hex | FF | 2 | B9 | 0 | 63 | 1B | 0 | 13D | 64 | 32 |
| Octal | 377 | 2 | 271 | 0 | 143 | 33 | 0 | 475 | 144 | 62 |
| Binary | 11111111 | 10 | 10111001 | 0 | 1100011 | 11011 | 0 | 100111101 | 1100100 | 110010 |
Color Harmonies of #FF02B9
Complementary color
Monochromatic Colors of #FF02B9
Black with #FF02B9
Text Example
Text Example
White with #FF02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02B9; }
p { color: rgb(255,2,185); }
H1.HeaderClassName
{
color: #FF02B9;
}
.AnyTagClassName
{
color: #FF02B9;
}
</style>
background-color css
<style>
a { background-color: #FF02B9; }
a { background-color: rgb(255,2,185); }
div.DivClassName
{
background-color: #FF02B9;
}
.BgClassName
{
background-color: #FF02B9;
}
</style>
border-color css
<style>
span { border-color: #FF02B9; }
span { border-color: rgb(255,2,185); }
td.TdClassName
{
border-color: #FF02B9;
}
.TagClassName
{
border-color: #FF02B9;
}
</style>