Shades of Shocking Pink #FF03BE
Tints of Shocking Pink #FF03BE
RGB
CMYK
RGB Variations
Color information
#FF03BE (or 0xFF03BE) is known color: Shocking Pink. HEX triplet: FF, 03 and BE. RGB value is (255,3,190). Sum of RGB (Red+Green+Blue) = 255+3+190=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03BE is #00FC41. Grayscale: #636363. Windows color (decimal): -64578 or 12452863. OLE color: 12452863.
HSL color Cylindrical-coordinate representation of color #FF03BE: hue angle of 315.48º 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 #FF03BE is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.25 | 0 |
| HSL | 315.48º | 1% | 0.51% | - |
| HSV(B) | 315.48º | 0.99% | 1% | - |
| XYZ | 50.57 | 25.04 | 50.88 | - |
| YUV | 99.67 | 178.99 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 190 | 0 | 0.99 | 0.25 | 0 | 315.48 | 1 | 0.51 |
| Hex | FF | 3 | BE | 0 | 63 | 19 | 0 | 13B | 64 | 33 |
| Octal | 377 | 3 | 276 | 0 | 143 | 31 | 0 | 473 | 144 | 63 |
| Binary | 11111111 | 11 | 10111110 | 0 | 1100011 | 11001 | 0 | 100111011 | 1100100 | 110011 |
Color Harmonies of #FF03BE
Complementary color
Monochromatic Colors of #FF03BE
Black with #FF03BE
Text Example
Text Example
White with #FF03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03BE; }
p { color: rgb(255,3,190); }
H1.HeaderClassName
{
color: #FF03BE;
}
.AnyTagClassName
{
color: #FF03BE;
}
</style>
background-color css
<style>
a { background-color: #FF03BE; }
a { background-color: rgb(255,3,190); }
div.DivClassName
{
background-color: #FF03BE;
}
.BgClassName
{
background-color: #FF03BE;
}
</style>
border-color css
<style>
span { border-color: #FF03BE; }
span { border-color: rgb(255,3,190); }
td.TdClassName
{
border-color: #FF03BE;
}
.TagClassName
{
border-color: #FF03BE;
}
</style>