Shades of Deep Pink #FE1B9C
Tints of Deep Pink #FE1B9C
RGB
CMYK
RGB Variations
Color information
#FE1B9C (or 0xFE1B9C) is known color: Deep Pink. HEX triplet: FE, 1B and 9C. RGB value is (254,27,156). Sum of RGB (Red+Green+Blue) = 254+27+156=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1B9C is #01E463. Grayscale: #6D6D6D. Windows color (decimal): -124004 or 10230782. OLE color: 10230782.
HSL color Cylindrical-coordinate representation of color #FE1B9C: hue angle of 325.9º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1B9C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 156 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.00 |
| HSL | 325.9º | 0.99% | 0.55% | - |
| HSV(B) | 325.9º | 0.89% | 1% | - |
| XYZ | 47.27 | 24.26 | 33.64 | - |
| YUV | 109.58 | 154.21 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 156 | 0 | 0.89 | 0.39 | 0.00 | 325.9 | 0.99 | 0.55 |
| Hex | FE | 1B | 9C | 0 | 59 | 27 | 0 | 146 | 63 | 37 |
| Octal | 376 | 33 | 234 | 0 | 131 | 47 | 0 | 506 | 143 | 67 |
| Binary | 11111110 | 11011 | 10011100 | 0 | 1011001 | 100111 | 0 | 101000110 | 1100011 | 110111 |
Color Harmonies of #FE1B9C
Complementary color
Monochromatic Colors of #FE1B9C
Black with #FE1B9C
Text Example
Text Example
White with #FE1B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B9C; }
p { color: rgb(254,27,156); }
H1.HeaderClassName
{
color: #FE1B9C;
}
.AnyTagClassName
{
color: #FE1B9C;
}
</style>
background-color css
<style>
a { background-color: #FE1B9C; }
a { background-color: rgb(254,27,156); }
div.DivClassName
{
background-color: #FE1B9C;
}
.BgClassName
{
background-color: #FE1B9C;
}
</style>
border-color css
<style>
span { border-color: #FE1B9C; }
span { border-color: rgb(254,27,156); }
td.TdClassName
{
border-color: #FE1B9C;
}
.TagClassName
{
border-color: #FE1B9C;
}
</style>