Shades of Shocking Pink #FF03B3
Tints of Shocking Pink #FF03B3
RGB
CMYK
RGB Variations
Color information
#FF03B3 (or 0xFF03B3) is known color: Shocking Pink. HEX triplet: FF, 03 and B3. RGB value is (255,3,179). Sum of RGB (Red+Green+Blue) = 255+3+179=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03B3 is #00FC4C. Grayscale: #616161. Windows color (decimal): -64589 or 11731967. OLE color: 11731967.
HSL color Cylindrical-coordinate representation of color #FF03B3: hue angle of 318.1º 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 #FF03B3 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 179 | - |
| CMYK | 0 | 0.99 | 0.30 | 0 |
| HSL | 318.1º | 1% | 0.51% | - |
| HSV(B) | 318.1º | 0.99% | 1% | - |
| XYZ | 49.41 | 24.58 | 44.79 | - |
| YUV | 98.41 | 173.49 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 179 | 0 | 0.99 | 0.30 | 0 | 318.1 | 1 | 0.51 |
| Hex | FF | 3 | B3 | 0 | 63 | 1E | 0 | 13E | 64 | 33 |
| Octal | 377 | 3 | 263 | 0 | 143 | 36 | 0 | 476 | 144 | 63 |
| Binary | 11111111 | 11 | 10110011 | 0 | 1100011 | 11110 | 0 | 100111110 | 1100100 | 110011 |
Color Harmonies of #FF03B3
Complementary color
Monochromatic Colors of #FF03B3
Black with #FF03B3
Text Example
Text Example
White with #FF03B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03B3; }
p { color: rgb(255,3,179); }
H1.HeaderClassName
{
color: #FF03B3;
}
.AnyTagClassName
{
color: #FF03B3;
}
</style>
background-color css
<style>
a { background-color: #FF03B3; }
a { background-color: rgb(255,3,179); }
div.DivClassName
{
background-color: #FF03B3;
}
.BgClassName
{
background-color: #FF03B3;
}
</style>
border-color css
<style>
span { border-color: #FF03B3; }
span { border-color: rgb(255,3,179); }
td.TdClassName
{
border-color: #FF03B3;
}
.TagClassName
{
border-color: #FF03B3;
}
</style>