Shades of Hot Pink #FE6BA4
Tints of Hot Pink #FE6BA4
RGB
CMYK
RGB Variations
Color information
#FE6BA4 (or 0xFE6BA4) is known color: Hot Pink. HEX triplet: FE, 6B and A4. RGB value is (254,107,164). Sum of RGB (Red+Green+Blue) = 254+107+164=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6BA4 is #01945B. Grayscale: #9D9D9D. Windows color (decimal): -103516 or 10775550. OLE color: 10775550.
HSL color Cylindrical-coordinate representation of color #FE6BA4: hue angle of 336.73º 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 #FE6BA4 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 164 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.00 |
| HSL | 336.73º | 0.99% | 0.71% | - |
| HSV(B) | 336.73º | 0.58% | 1% | - |
| XYZ | 52.83 | 34.27 | 38.95 | - |
| YUV | 157.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 164 | 0 | 0.58 | 0.35 | 0.00 | 336.73 | 0.99 | 0.71 |
| Hex | FE | 6B | A4 | 0 | 3A | 23 | 0 | 151 | 63 | 47 |
| Octal | 376 | 153 | 244 | 0 | 72 | 43 | 0 | 521 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10100100 | 0 | 111010 | 100011 | 0 | 101010001 | 1100011 | 1000111 |
Color Harmonies of #FE6BA4
Complementary color
Monochromatic Colors of #FE6BA4
Black with #FE6BA4
Text Example
Text Example
White with #FE6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BA4; }
p { color: rgb(254,107,164); }
H1.HeaderClassName
{
color: #FE6BA4;
}
.AnyTagClassName
{
color: #FE6BA4;
}
</style>
background-color css
<style>
a { background-color: #FE6BA4; }
a { background-color: rgb(254,107,164); }
div.DivClassName
{
background-color: #FE6BA4;
}
.BgClassName
{
background-color: #FE6BA4;
}
</style>
border-color css
<style>
span { border-color: #FE6BA4; }
span { border-color: rgb(254,107,164); }
td.TdClassName
{
border-color: #FE6BA4;
}
.TagClassName
{
border-color: #FE6BA4;
}
</style>