Shades of Shocking Pink #FF03B9
Tints of Shocking Pink #FF03B9
RGB
CMYK
RGB Variations
Color information
#FF03B9 (or 0xFF03B9) is known color: Shocking Pink. HEX triplet: FF, 03 and B9. RGB value is (255,3,185). Sum of RGB (Red+Green+Blue) = 255+3+185=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03B9 is #00FC46. Grayscale: #626262. Windows color (decimal): -64583 or 12125183. OLE color: 12125183.
HSL color Cylindrical-coordinate representation of color #FF03B9: hue angle of 316.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03B9 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 185 | - |
| CMYK | 0 | 0.99 | 0.27 | 0 |
| HSL | 316.67º | 1% | 0.51% | - |
| HSV(B) | 316.67º | 0.99% | 1% | - |
| XYZ | 50.03 | 24.83 | 48.05 | - |
| YUV | 99.1 | 176.49 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 185 | 0 | 0.99 | 0.27 | 0 | 316.67 | 1 | 0.51 |
| Hex | FF | 3 | B9 | 0 | 63 | 1B | 0 | 13D | 64 | 33 |
| Octal | 377 | 3 | 271 | 0 | 143 | 33 | 0 | 475 | 144 | 63 |
| Binary | 11111111 | 11 | 10111001 | 0 | 1100011 | 11011 | 0 | 100111101 | 1100100 | 110011 |
Color Harmonies of #FF03B9
Complementary color
Monochromatic Colors of #FF03B9
Black with #FF03B9
Text Example
Text Example
White with #FF03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03B9; }
p { color: rgb(255,3,185); }
H1.HeaderClassName
{
color: #FF03B9;
}
.AnyTagClassName
{
color: #FF03B9;
}
</style>
background-color css
<style>
a { background-color: #FF03B9; }
a { background-color: rgb(255,3,185); }
div.DivClassName
{
background-color: #FF03B9;
}
.BgClassName
{
background-color: #FF03B9;
}
</style>
border-color css
<style>
span { border-color: #FF03B9; }
span { border-color: rgb(255,3,185); }
td.TdClassName
{
border-color: #FF03B9;
}
.TagClassName
{
border-color: #FF03B9;
}
</style>