Shades of Shocking Pink #FF1BC4
Tints of Shocking Pink #FF1BC4
RGB
CMYK
RGB Variations
Color information
#FF1BC4 (or 0xFF1BC4) is known color: Shocking Pink. HEX triplet: FF, 1B and C4. RGB value is (255,27,196). Sum of RGB (Red+Green+Blue) = 255+27+196=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1BC4 is #00E43B. Grayscale: #717171. Windows color (decimal): -58428 or 12852223. OLE color: 12852223.
HSL color Cylindrical-coordinate representation of color #FF1BC4: hue angle of 315.53º 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 #FF1BC4 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 196 | - |
| CMYK | 0 | 0.89 | 0.23 | 0 |
| HSL | 315.53º | 1% | 0.55% | - |
| HSV(B) | 315.53º | 0.89% | 1% | - |
| XYZ | 51.6 | 26.03 | 54.53 | - |
| YUV | 114.44 | 174.04 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 196 | 0 | 0.89 | 0.23 | 0 | 315.53 | 1 | 0.55 |
| Hex | FF | 1B | C4 | 0 | 59 | 17 | 0 | 13C | 64 | 37 |
| Octal | 377 | 33 | 304 | 0 | 131 | 27 | 0 | 474 | 144 | 67 |
| Binary | 11111111 | 11011 | 11000100 | 0 | 1011001 | 10111 | 0 | 100111100 | 1100100 | 110111 |
Color Harmonies of #FF1BC4
Complementary color
Monochromatic Colors of #FF1BC4
Black with #FF1BC4
Text Example
Text Example
White with #FF1BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BC4; }
p { color: rgb(255,27,196); }
H1.HeaderClassName
{
color: #FF1BC4;
}
.AnyTagClassName
{
color: #FF1BC4;
}
</style>
background-color css
<style>
a { background-color: #FF1BC4; }
a { background-color: rgb(255,27,196); }
div.DivClassName
{
background-color: #FF1BC4;
}
.BgClassName
{
background-color: #FF1BC4;
}
</style>
border-color css
<style>
span { border-color: #FF1BC4; }
span { border-color: rgb(255,27,196); }
td.TdClassName
{
border-color: #FF1BC4;
}
.TagClassName
{
border-color: #FF1BC4;
}
</style>