Shades of Hot Pink #FE60BC
Tints of Hot Pink #FE60BC
RGB
CMYK
RGB Variations
Color information
#FE60BC (or 0xFE60BC) is known color: Hot Pink. HEX triplet: FE, 60 and BC. RGB value is (254,96,188). Sum of RGB (Red+Green+Blue) = 254+96+188=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60BC is #019F43. Grayscale: #999999. Windows color (decimal): -106308 or 12345598. OLE color: 12345598.
HSL color Cylindrical-coordinate representation of color #FE60BC: hue angle of 325.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60BC is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 188 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.00 |
| HSL | 325.06º | 0.99% | 0.69% | - |
| HSV(B) | 325.06º | 0.62% | 1% | - |
| XYZ | 54.13 | 33.07 | 51.11 | - |
| YUV | 153.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 188 | 0 | 0.62 | 0.26 | 0.00 | 325.06 | 0.99 | 0.69 |
| Hex | FE | 60 | BC | 0 | 3E | 1A | 0 | 145 | 63 | 45 |
| Octal | 376 | 140 | 274 | 0 | 76 | 32 | 0 | 505 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10111100 | 0 | 111110 | 11010 | 0 | 101000101 | 1100011 | 1000101 |
Color Harmonies of #FE60BC
Complementary color
Monochromatic Colors of #FE60BC
Black with #FE60BC
Text Example
Text Example
White with #FE60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60BC; }
p { color: rgb(254,96,188); }
H1.HeaderClassName
{
color: #FE60BC;
}
.AnyTagClassName
{
color: #FE60BC;
}
</style>
background-color css
<style>
a { background-color: #FE60BC; }
a { background-color: rgb(254,96,188); }
div.DivClassName
{
background-color: #FE60BC;
}
.BgClassName
{
background-color: #FE60BC;
}
</style>
border-color css
<style>
span { border-color: #FE60BC; }
span { border-color: rgb(254,96,188); }
td.TdClassName
{
border-color: #FE60BC;
}
.TagClassName
{
border-color: #FE60BC;
}
</style>