Shades of Hot Pink #FE6FB4
Tints of Hot Pink #FE6FB4
RGB
CMYK
RGB Variations
Color information
#FE6FB4 (or 0xFE6FB4) is known color: Hot Pink. HEX triplet: FE, 6F and B4. RGB value is (254,111,180). Sum of RGB (Red+Green+Blue) = 254+111+180=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FB4 is #01904B. Grayscale: #A1A1A1. Windows color (decimal): -102476 or 11825150. OLE color: 11825150.
HSL color Cylindrical-coordinate representation of color #FE6FB4: hue angle of 331.05º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FB4 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 180 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.00 |
| HSL | 331.05º | 0.99% | 0.72% | - |
| HSV(B) | 331.05º | 0.56% | 1% | - |
| XYZ | 54.8 | 35.74 | 47.19 | - |
| YUV | 161.62 | 138.38 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 180 | 0 | 0.56 | 0.29 | 0.00 | 331.05 | 0.99 | 0.72 |
| Hex | FE | 6F | B4 | 0 | 38 | 1D | 0 | 14B | 63 | 48 |
| Octal | 376 | 157 | 264 | 0 | 70 | 35 | 0 | 513 | 143 | 110 |
| Binary | 11111110 | 1101111 | 10110100 | 0 | 111000 | 11101 | 0 | 101001011 | 1100011 | 1001000 |
Color Harmonies of #FE6FB4
Complementary color
Monochromatic Colors of #FE6FB4
Black with #FE6FB4
Text Example
Text Example
White with #FE6FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FB4; }
p { color: rgb(254,111,180); }
H1.HeaderClassName
{
color: #FE6FB4;
}
.AnyTagClassName
{
color: #FE6FB4;
}
</style>
background-color css
<style>
a { background-color: #FE6FB4; }
a { background-color: rgb(254,111,180); }
div.DivClassName
{
background-color: #FE6FB4;
}
.BgClassName
{
background-color: #FE6FB4;
}
</style>
border-color css
<style>
span { border-color: #FE6FB4; }
span { border-color: rgb(254,111,180); }
td.TdClassName
{
border-color: #FE6FB4;
}
.TagClassName
{
border-color: #FE6FB4;
}
</style>