Shades of Hot Pink #FE65BC
Tints of Hot Pink #FE65BC
RGB
CMYK
RGB Variations
Color information
#FE65BC (or 0xFE65BC) is known color: Hot Pink. HEX triplet: FE, 65 and BC. RGB value is (254,101,188). Sum of RGB (Red+Green+Blue) = 254+101+188=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65BC is #019A43. Grayscale: #9C9C9C. Windows color (decimal): -105028 or 12346878. OLE color: 12346878.
HSL color Cylindrical-coordinate representation of color #FE65BC: hue angle of 325.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65BC is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 188 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.00 |
| HSL | 325.88º | 0.99% | 0.7% | - |
| HSV(B) | 325.88º | 0.6% | 1% | - |
| XYZ | 54.6 | 34.01 | 51.26 | - |
| YUV | 156.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 188 | 0 | 0.60 | 0.26 | 0.00 | 325.88 | 0.99 | 0.7 |
| Hex | FE | 65 | BC | 0 | 3C | 1A | 0 | 146 | 63 | 46 |
| Octal | 376 | 145 | 274 | 0 | 74 | 32 | 0 | 506 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10111100 | 0 | 111100 | 11010 | 0 | 101000110 | 1100011 | 1000110 |
Color Harmonies of #FE65BC
Complementary color
Monochromatic Colors of #FE65BC
Black with #FE65BC
Text Example
Text Example
White with #FE65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65BC; }
p { color: rgb(254,101,188); }
H1.HeaderClassName
{
color: #FE65BC;
}
.AnyTagClassName
{
color: #FE65BC;
}
</style>
background-color css
<style>
a { background-color: #FE65BC; }
a { background-color: rgb(254,101,188); }
div.DivClassName
{
background-color: #FE65BC;
}
.BgClassName
{
background-color: #FE65BC;
}
</style>
border-color css
<style>
span { border-color: #FE65BC; }
span { border-color: rgb(254,101,188); }
td.TdClassName
{
border-color: #FE65BC;
}
.TagClassName
{
border-color: #FE65BC;
}
</style>