Shades of Deep Pink #FE1B8C
Tints of Deep Pink #FE1B8C
RGB
CMYK
RGB Variations
Color information
#FE1B8C (or 0xFE1B8C) is known color: Deep Pink. HEX triplet: FE, 1B and 8C. RGB value is (254,27,140). Sum of RGB (Red+Green+Blue) = 254+27+140=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1B8C is #01E473. Grayscale: #6B6B6B. Windows color (decimal): -124020 or 9182206. OLE color: 9182206.
HSL color Cylindrical-coordinate representation of color #FE1B8C: hue angle of 330.13º 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 #FE1B8C is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 140 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.00 |
| HSL | 330.13º | 0.99% | 0.55% | - |
| HSV(B) | 330.13º | 0.89% | 1% | - |
| XYZ | 46 | 23.75 | 26.97 | - |
| YUV | 107.76 | 146.21 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 140 | 0 | 0.89 | 0.45 | 0.00 | 330.13 | 0.99 | 0.55 |
| Hex | FE | 1B | 8C | 0 | 59 | 2D | 0 | 14A | 63 | 37 |
| Octal | 376 | 33 | 214 | 0 | 131 | 55 | 0 | 512 | 143 | 67 |
| Binary | 11111110 | 11011 | 10001100 | 0 | 1011001 | 101101 | 0 | 101001010 | 1100011 | 110111 |
Color Harmonies of #FE1B8C
Complementary color
Monochromatic Colors of #FE1B8C
Black with #FE1B8C
Text Example
Text Example
White with #FE1B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B8C; }
p { color: rgb(254,27,140); }
H1.HeaderClassName
{
color: #FE1B8C;
}
.AnyTagClassName
{
color: #FE1B8C;
}
</style>
background-color css
<style>
a { background-color: #FE1B8C; }
a { background-color: rgb(254,27,140); }
div.DivClassName
{
background-color: #FE1B8C;
}
.BgClassName
{
background-color: #FE1B8C;
}
</style>
border-color css
<style>
span { border-color: #FE1B8C; }
span { border-color: rgb(254,27,140); }
td.TdClassName
{
border-color: #FE1B8C;
}
.TagClassName
{
border-color: #FE1B8C;
}
</style>