Shades of Shocking Pink #FF1BD4
Tints of Shocking Pink #FF1BD4
RGB
CMYK
RGB Variations
Color information
#FF1BD4 (or 0xFF1BD4) is known color: Shocking Pink. HEX triplet: FF, 1B and D4. RGB value is (255,27,212). Sum of RGB (Red+Green+Blue) = 255+27+212=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1BD4 is #00E42B. Grayscale: #737373. Windows color (decimal): -58412 or 13900799. OLE color: 13900799.
HSL color Cylindrical-coordinate representation of color #FF1BD4: hue angle of 311.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BD4 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 212 | - |
| CMYK | 0 | 0.89 | 0.17 | 0 |
| HSL | 311.32º | 1% | 0.55% | - |
| HSV(B) | 311.32º | 0.89% | 1% | - |
| XYZ | 53.52 | 26.8 | 64.64 | - |
| YUV | 116.26 | 182.04 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 212 | 0 | 0.89 | 0.17 | 0 | 311.32 | 1 | 0.55 |
| Hex | FF | 1B | D4 | 0 | 59 | 11 | 0 | 137 | 64 | 37 |
| Octal | 377 | 33 | 324 | 0 | 131 | 21 | 0 | 467 | 144 | 67 |
| Binary | 11111111 | 11011 | 11010100 | 0 | 1011001 | 10001 | 0 | 100110111 | 1100100 | 110111 |
Color Harmonies of #FF1BD4
Complementary color
Monochromatic Colors of #FF1BD4
Black with #FF1BD4
Text Example
Text Example
White with #FF1BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BD4; }
p { color: rgb(255,27,212); }
H1.HeaderClassName
{
color: #FF1BD4;
}
.AnyTagClassName
{
color: #FF1BD4;
}
</style>
background-color css
<style>
a { background-color: #FF1BD4; }
a { background-color: rgb(255,27,212); }
div.DivClassName
{
background-color: #FF1BD4;
}
.BgClassName
{
background-color: #FF1BD4;
}
</style>
border-color css
<style>
span { border-color: #FF1BD4; }
span { border-color: rgb(255,27,212); }
td.TdClassName
{
border-color: #FF1BD4;
}
.TagClassName
{
border-color: #FF1BD4;
}
</style>