Shades of Hot Pink #FE67BD
Tints of Hot Pink #FE67BD
RGB
CMYK
RGB Variations
Color information
#FE67BD (or 0xFE67BD) is known color: Hot Pink. HEX triplet: FE, 67 and BD. RGB value is (254,103,189). Sum of RGB (Red+Green+Blue) = 254+103+189=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67BD is #019842. Grayscale: #9D9D9D. Windows color (decimal): -104515 or 12412926. OLE color: 12412926.
HSL color Cylindrical-coordinate representation of color #FE67BD: hue angle of 325.83º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE67BD is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 189 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.00 |
| HSL | 325.83º | 0.99% | 0.7% | - |
| HSV(B) | 325.83º | 0.59% | 1% | - |
| XYZ | 54.91 | 34.45 | 51.9 | - |
| YUV | 157.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 189 | 0 | 0.59 | 0.26 | 0.00 | 325.83 | 0.99 | 0.7 |
| Hex | FE | 67 | BD | 0 | 3B | 1A | 0 | 146 | 63 | 46 |
| Octal | 376 | 147 | 275 | 0 | 73 | 32 | 0 | 506 | 143 | 106 |
| Binary | 11111110 | 1100111 | 10111101 | 0 | 111011 | 11010 | 0 | 101000110 | 1100011 | 1000110 |
Color Harmonies of #FE67BD
Complementary color
Monochromatic Colors of #FE67BD
Black with #FE67BD
Text Example
Text Example
White with #FE67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67BD; }
p { color: rgb(254,103,189); }
H1.HeaderClassName
{
color: #FE67BD;
}
.AnyTagClassName
{
color: #FE67BD;
}
</style>
background-color css
<style>
a { background-color: #FE67BD; }
a { background-color: rgb(254,103,189); }
div.DivClassName
{
background-color: #FE67BD;
}
.BgClassName
{
background-color: #FE67BD;
}
</style>
border-color css
<style>
span { border-color: #FE67BD; }
span { border-color: rgb(254,103,189); }
td.TdClassName
{
border-color: #FE67BD;
}
.TagClassName
{
border-color: #FE67BD;
}
</style>