Shades of Hot Pink #FE5CBF
Tints of Hot Pink #FE5CBF
RGB
CMYK
RGB Variations
Color information
#FE5CBF (or 0xFE5CBF) is known color: Hot Pink. HEX triplet: FE, 5C and BF. RGB value is (254,92,191). Sum of RGB (Red+Green+Blue) = 254+92+191=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CBF is #01A340. Grayscale: #979797. Windows color (decimal): -107329 or 12541182. OLE color: 12541182.
HSL color Cylindrical-coordinate representation of color #FE5CBF: hue angle of 323.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CBF is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 191 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.00 |
| HSL | 323.33º | 0.99% | 0.68% | - |
| HSV(B) | 323.33º | 0.64% | 1% | - |
| XYZ | 54.1 | 32.49 | 52.71 | - |
| YUV | 151.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 191 | 0 | 0.64 | 0.25 | 0.00 | 323.33 | 0.99 | 0.68 |
| Hex | FE | 5C | BF | 0 | 40 | 19 | 0 | 143 | 63 | 44 |
| Octal | 376 | 134 | 277 | 0 | 100 | 31 | 0 | 503 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10111111 | 0 | 1000000 | 11001 | 0 | 101000011 | 1100011 | 1000100 |
Color Harmonies of #FE5CBF
Complementary color
Monochromatic Colors of #FE5CBF
Black with #FE5CBF
Text Example
Text Example
White with #FE5CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CBF; }
p { color: rgb(254,92,191); }
H1.HeaderClassName
{
color: #FE5CBF;
}
.AnyTagClassName
{
color: #FE5CBF;
}
</style>
background-color css
<style>
a { background-color: #FE5CBF; }
a { background-color: rgb(254,92,191); }
div.DivClassName
{
background-color: #FE5CBF;
}
.BgClassName
{
background-color: #FE5CBF;
}
</style>
border-color css
<style>
span { border-color: #FE5CBF; }
span { border-color: rgb(254,92,191); }
td.TdClassName
{
border-color: #FE5CBF;
}
.TagClassName
{
border-color: #FE5CBF;
}
</style>