Shades of Shocking Pink #FF01B8
Tints of Shocking Pink #FF01B8
RGB
CMYK
RGB Variations
Color information
#FF01B8 (or 0xFF01B8) is known color: Shocking Pink. HEX triplet: FF, 01 and B8. RGB value is (255,1,184). Sum of RGB (Red+Green+Blue) = 255+1+184=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01B8 is #00FE47. Grayscale: #616161. Windows color (decimal): -65096 or 12059135. OLE color: 12059135.
HSL color Cylindrical-coordinate representation of color #FF01B8: hue angle of 316.77º 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 #FF01B8 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 184 | - |
| CMYK | 0 | 1.00 | 0.28 | 0 |
| HSL | 316.77º | 1% | 0.5% | - |
| HSV(B) | 316.77º | 1% | 1% | - |
| XYZ | 49.9 | 24.74 | 47.49 | - |
| YUV | 97.81 | 176.65 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 184 | 0 | 1.00 | 0.28 | 0 | 316.77 | 1 | 0.5 |
| Hex | FF | 1 | B8 | 0 | 64 | 1C | 0 | 13D | 64 | 32 |
| Octal | 377 | 1 | 270 | 0 | 144 | 34 | 0 | 475 | 144 | 62 |
| Binary | 11111111 | 1 | 10111000 | 0 | 1100100 | 11100 | 0 | 100111101 | 1100100 | 110010 |
Color Harmonies of #FF01B8
Complementary color
Monochromatic Colors of #FF01B8
Black with #FF01B8
Text Example
Text Example
White with #FF01B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01B8; }
p { color: rgb(255,1,184); }
H1.HeaderClassName
{
color: #FF01B8;
}
.AnyTagClassName
{
color: #FF01B8;
}
</style>
background-color css
<style>
a { background-color: #FF01B8; }
a { background-color: rgb(255,1,184); }
div.DivClassName
{
background-color: #FF01B8;
}
.BgClassName
{
background-color: #FF01B8;
}
</style>
border-color css
<style>
span { border-color: #FF01B8; }
span { border-color: rgb(255,1,184); }
td.TdClassName
{
border-color: #FF01B8;
}
.TagClassName
{
border-color: #FF01B8;
}
</style>