Shades of Shocking Pink #FF00B4
Tints of Shocking Pink #FF00B4
RGB
CMYK
RGB Variations
Color information
#FF00B4 (or 0xFF00B4) is known color: Shocking Pink. HEX triplet: FF, 00 and B4. RGB value is (255,0,180). Sum of RGB (Red+Green+Blue) = 255+0+180=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00B4 is #00FF4B. Grayscale: #606060. Windows color (decimal): -65356 or 11796735. OLE color: 11796735.
HSL color Cylindrical-coordinate representation of color #FF00B4: hue angle of 317.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00B4 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 180 | - |
| CMYK | 0 | 1 | 0.29 | 0 |
| HSL | 317.65º | 1% | 0.5% | - |
| HSV(B) | 317.65º | 1% | 1% | - |
| XYZ | 49.48 | 24.56 | 45.31 | - |
| YUV | 96.77 | 174.98 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 180 | 0 | 1 | 0.29 | 0 | 317.65 | 1 | 0.5 |
| Hex | FF | 0 | B4 | 0 | 64 | 1D | 0 | 13E | 64 | 32 |
| Octal | 377 | 0 | 264 | 0 | 144 | 35 | 0 | 476 | 144 | 62 |
| Binary | 11111111 | 0 | 10110100 | 0 | 1100100 | 11101 | 0 | 100111110 | 1100100 | 110010 |
Color Harmonies of #FF00B4
Complementary color
Monochromatic Colors of #FF00B4
Black with #FF00B4
Text Example
Text Example
White with #FF00B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00B4; }
p { color: rgb(255,0,180); }
H1.HeaderClassName
{
color: #FF00B4;
}
.AnyTagClassName
{
color: #FF00B4;
}
</style>
background-color css
<style>
a { background-color: #FF00B4; }
a { background-color: rgb(255,0,180); }
div.DivClassName
{
background-color: #FF00B4;
}
.BgClassName
{
background-color: #FF00B4;
}
</style>
border-color css
<style>
span { border-color: #FF00B4; }
span { border-color: rgb(255,0,180); }
td.TdClassName
{
border-color: #FF00B4;
}
.TagClassName
{
border-color: #FF00B4;
}
</style>