Shades of Shocking Pink #FF03B8
Tints of Shocking Pink #FF03B8
RGB
CMYK
RGB Variations
Color information
#FF03B8 (or 0xFF03B8) is known color: Shocking Pink. HEX triplet: FF, 03 and B8. RGB value is (255,3,184). Sum of RGB (Red+Green+Blue) = 255+3+184=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03B8 is #00FC47. Grayscale: #626262. Windows color (decimal): -64584 or 12059647. OLE color: 12059647.
HSL color Cylindrical-coordinate representation of color #FF03B8: hue angle of 316.9º 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 #FF03B8 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.28 | 0 |
| HSL | 316.9º | 1% | 0.51% | - |
| HSV(B) | 316.9º | 0.99% | 1% | - |
| XYZ | 49.92 | 24.79 | 47.5 | - |
| YUV | 98.98 | 175.99 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 184 | 0 | 0.99 | 0.28 | 0 | 316.9 | 1 | 0.51 |
| Hex | FF | 3 | B8 | 0 | 63 | 1C | 0 | 13D | 64 | 33 |
| Octal | 377 | 3 | 270 | 0 | 143 | 34 | 0 | 475 | 144 | 63 |
| Binary | 11111111 | 11 | 10111000 | 0 | 1100011 | 11100 | 0 | 100111101 | 1100100 | 110011 |
Color Harmonies of #FF03B8
Complementary color
Monochromatic Colors of #FF03B8
Black with #FF03B8
Text Example
Text Example
White with #FF03B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03B8; }
p { color: rgb(255,3,184); }
H1.HeaderClassName
{
color: #FF03B8;
}
.AnyTagClassName
{
color: #FF03B8;
}
</style>
background-color css
<style>
a { background-color: #FF03B8; }
a { background-color: rgb(255,3,184); }
div.DivClassName
{
background-color: #FF03B8;
}
.BgClassName
{
background-color: #FF03B8;
}
</style>
border-color css
<style>
span { border-color: #FF03B8; }
span { border-color: rgb(255,3,184); }
td.TdClassName
{
border-color: #FF03B8;
}
.TagClassName
{
border-color: #FF03B8;
}
</style>