Shades of Shocking Pink #FF03B7
Tints of Shocking Pink #FF03B7
RGB
CMYK
RGB Variations
Color information
#FF03B7 (or 0xFF03B7) is known color: Shocking Pink. HEX triplet: FF, 03 and B7. RGB value is (255,3,183). Sum of RGB (Red+Green+Blue) = 255+3+183=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03B7 is #00FC48. Grayscale: #626262. Windows color (decimal): -64585 or 11994111. OLE color: 11994111.
HSL color Cylindrical-coordinate representation of color #FF03B7: hue angle of 317.14º 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 #FF03B7 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.28 | 0 |
| HSL | 317.14º | 1% | 0.51% | - |
| HSV(B) | 317.14º | 0.99% | 1% | - |
| XYZ | 49.82 | 24.74 | 46.95 | - |
| YUV | 98.87 | 175.49 | 239.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 183 | 0 | 0.99 | 0.28 | 0 | 317.14 | 1 | 0.51 |
| Hex | FF | 3 | B7 | 0 | 63 | 1C | 0 | 13D | 64 | 33 |
| Octal | 377 | 3 | 267 | 0 | 143 | 34 | 0 | 475 | 144 | 63 |
| Binary | 11111111 | 11 | 10110111 | 0 | 1100011 | 11100 | 0 | 100111101 | 1100100 | 110011 |
Color Harmonies of #FF03B7
Complementary color
Monochromatic Colors of #FF03B7
Black with #FF03B7
Text Example
Text Example
White with #FF03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03B7; }
p { color: rgb(255,3,183); }
H1.HeaderClassName
{
color: #FF03B7;
}
.AnyTagClassName
{
color: #FF03B7;
}
</style>
background-color css
<style>
a { background-color: #FF03B7; }
a { background-color: rgb(255,3,183); }
div.DivClassName
{
background-color: #FF03B7;
}
.BgClassName
{
background-color: #FF03B7;
}
</style>
border-color css
<style>
span { border-color: #FF03B7; }
span { border-color: rgb(255,3,183); }
td.TdClassName
{
border-color: #FF03B7;
}
.TagClassName
{
border-color: #FF03B7;
}
</style>