Shades of Deep Pink #FE1B85
Tints of Deep Pink #FE1B85
RGB
CMYK
RGB Variations
Color information
#FE1B85 (or 0xFE1B85) is known color: Deep Pink. HEX triplet: FE, 1B and 85. RGB value is (254,27,133). Sum of RGB (Red+Green+Blue) = 254+27+133=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1B85 is #01E47A. Grayscale: #6A6A6A. Windows color (decimal): -124027 or 8723454. OLE color: 8723454.
HSL color Cylindrical-coordinate representation of color #FE1B85: hue angle of 331.98º 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 #FE1B85 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 133 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.00 |
| HSL | 331.98º | 0.99% | 0.55% | - |
| HSV(B) | 331.98º | 0.89% | 1% | - |
| XYZ | 45.5 | 23.55 | 24.34 | - |
| YUV | 106.96 | 142.71 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 133 | 0 | 0.89 | 0.48 | 0.00 | 331.98 | 0.99 | 0.55 |
| Hex | FE | 1B | 85 | 0 | 59 | 30 | 0 | 14C | 63 | 37 |
| Octal | 376 | 33 | 205 | 0 | 131 | 60 | 0 | 514 | 143 | 67 |
| Binary | 11111110 | 11011 | 10000101 | 0 | 1011001 | 110000 | 0 | 101001100 | 1100011 | 110111 |
Color Harmonies of #FE1B85
Complementary color
Monochromatic Colors of #FE1B85
Black with #FE1B85
Text Example
Text Example
White with #FE1B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B85; }
p { color: rgb(254,27,133); }
H1.HeaderClassName
{
color: #FE1B85;
}
.AnyTagClassName
{
color: #FE1B85;
}
</style>
background-color css
<style>
a { background-color: #FE1B85; }
a { background-color: rgb(254,27,133); }
div.DivClassName
{
background-color: #FE1B85;
}
.BgClassName
{
background-color: #FE1B85;
}
</style>
border-color css
<style>
span { border-color: #FE1B85; }
span { border-color: rgb(254,27,133); }
td.TdClassName
{
border-color: #FE1B85;
}
.TagClassName
{
border-color: #FE1B85;
}
</style>