Shades of Hot Pink #FE6BBD
Tints of Hot Pink #FE6BBD
RGB
CMYK
RGB Variations
Color information
#FE6BBD (or 0xFE6BBD) is known color: Hot Pink. HEX triplet: FE, 6B and BD. RGB value is (254,107,189). Sum of RGB (Red+Green+Blue) = 254+107+189=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BBD is #019442. Grayscale: #A0A0A0. Windows color (decimal): -103491 or 12413950. OLE color: 12413950.
HSL color Cylindrical-coordinate representation of color #FE6BBD: hue angle of 326.53º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BBD is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 189 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.00 |
| HSL | 326.53º | 0.99% | 0.71% | - |
| HSV(B) | 326.53º | 0.58% | 1% | - |
| XYZ | 55.32 | 35.26 | 52.03 | - |
| YUV | 160.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 189 | 0 | 0.58 | 0.26 | 0.00 | 326.53 | 0.99 | 0.71 |
| Hex | FE | 6B | BD | 0 | 3A | 1A | 0 | 147 | 63 | 47 |
| Octal | 376 | 153 | 275 | 0 | 72 | 32 | 0 | 507 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10111101 | 0 | 111010 | 11010 | 0 | 101000111 | 1100011 | 1000111 |
Color Harmonies of #FE6BBD
Complementary color
Monochromatic Colors of #FE6BBD
Black with #FE6BBD
Text Example
Text Example
White with #FE6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BBD; }
p { color: rgb(254,107,189); }
H1.HeaderClassName
{
color: #FE6BBD;
}
.AnyTagClassName
{
color: #FE6BBD;
}
</style>
background-color css
<style>
a { background-color: #FE6BBD; }
a { background-color: rgb(254,107,189); }
div.DivClassName
{
background-color: #FE6BBD;
}
.BgClassName
{
background-color: #FE6BBD;
}
</style>
border-color css
<style>
span { border-color: #FE6BBD; }
span { border-color: rgb(254,107,189); }
td.TdClassName
{
border-color: #FE6BBD;
}
.TagClassName
{
border-color: #FE6BBD;
}
</style>