Shades of Shocking Pink #FF04BC
Tints of Shocking Pink #FF04BC
RGB
CMYK
RGB Variations
Color information
#FF04BC (or 0xFF04BC) is known color: Shocking Pink. HEX triplet: FF, 04 and BC. RGB value is (255,4,188). Sum of RGB (Red+Green+Blue) = 255+4+188=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04BC is #00FB43. Grayscale: #636363. Windows color (decimal): -64324 or 12322047. OLE color: 12322047.
HSL color Cylindrical-coordinate representation of color #FF04BC: hue angle of 316.02º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04BC is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.26 | 0 |
| HSL | 316.02º | 1% | 0.51% | - |
| HSV(B) | 316.02º | 0.98% | 1% | - |
| XYZ | 50.36 | 24.98 | 49.74 | - |
| YUV | 100.03 | 177.66 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 188 | 0 | 0.98 | 0.26 | 0 | 316.02 | 1 | 0.51 |
| Hex | FF | 4 | BC | 0 | 62 | 1A | 0 | 13C | 64 | 33 |
| Octal | 377 | 4 | 274 | 0 | 142 | 32 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 100 | 10111100 | 0 | 1100010 | 11010 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF04BC
Complementary color
Monochromatic Colors of #FF04BC
Black with #FF04BC
Text Example
Text Example
White with #FF04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04BC; }
p { color: rgb(255,4,188); }
H1.HeaderClassName
{
color: #FF04BC;
}
.AnyTagClassName
{
color: #FF04BC;
}
</style>
background-color css
<style>
a { background-color: #FF04BC; }
a { background-color: rgb(255,4,188); }
div.DivClassName
{
background-color: #FF04BC;
}
.BgClassName
{
background-color: #FF04BC;
}
</style>
border-color css
<style>
span { border-color: #FF04BC; }
span { border-color: rgb(255,4,188); }
td.TdClassName
{
border-color: #FF04BC;
}
.TagClassName
{
border-color: #FF04BC;
}
</style>