Shades of Hot Pink #FE67B9
Tints of Hot Pink #FE67B9
RGB
CMYK
RGB Variations
Color information
#FE67B9 (or 0xFE67B9) is known color: Hot Pink. HEX triplet: FE, 67 and B9. RGB value is (254,103,185). Sum of RGB (Red+Green+Blue) = 254+103+185=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67B9 is #019846. Grayscale: #9D9D9D. Windows color (decimal): -104519 or 12150782. OLE color: 12150782.
HSL color Cylindrical-coordinate representation of color #FE67B9: hue angle of 327.42º 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 #FE67B9 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 185 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.00 |
| HSL | 327.42º | 0.99% | 0.7% | - |
| HSV(B) | 327.42º | 0.59% | 1% | - |
| XYZ | 54.48 | 34.27 | 49.64 | - |
| YUV | 157.5 | 143.53 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 185 | 0 | 0.59 | 0.27 | 0.00 | 327.42 | 0.99 | 0.7 |
| Hex | FE | 67 | B9 | 0 | 3B | 1B | 0 | 147 | 63 | 46 |
| Octal | 376 | 147 | 271 | 0 | 73 | 33 | 0 | 507 | 143 | 106 |
| Binary | 11111110 | 1100111 | 10111001 | 0 | 111011 | 11011 | 0 | 101000111 | 1100011 | 1000110 |
Color Harmonies of #FE67B9
Complementary color
Monochromatic Colors of #FE67B9
Black with #FE67B9
Text Example
Text Example
White with #FE67B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67B9; }
p { color: rgb(254,103,185); }
H1.HeaderClassName
{
color: #FE67B9;
}
.AnyTagClassName
{
color: #FE67B9;
}
</style>
background-color css
<style>
a { background-color: #FE67B9; }
a { background-color: rgb(254,103,185); }
div.DivClassName
{
background-color: #FE67B9;
}
.BgClassName
{
background-color: #FE67B9;
}
</style>
border-color css
<style>
span { border-color: #FE67B9; }
span { border-color: rgb(254,103,185); }
td.TdClassName
{
border-color: #FE67B9;
}
.TagClassName
{
border-color: #FE67B9;
}
</style>