Shades of Hot Pink #FF5CBE
Tints of Hot Pink #FF5CBE
RGB
CMYK
RGB Variations
Color information
#FF5CBE (or 0xFF5CBE) is known color: Hot Pink. HEX triplet: FF, 5C and BE. RGB value is (255,92,190). Sum of RGB (Red+Green+Blue) = 255+92+190=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CBE is #00A341. Grayscale: #979797. Windows color (decimal): -41794 or 12475647. OLE color: 12475647.
HSL color Cylindrical-coordinate representation of color #FF5CBE: hue angle of 323.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CBE is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 190 | - |
| CMYK | 0 | 0.64 | 0.25 | 0 |
| HSL | 323.93º | 1% | 0.68% | - |
| HSV(B) | 323.93º | 0.64% | 1% | - |
| XYZ | 54.36 | 32.63 | 52.15 | - |
| YUV | 151.91 | 149.5 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 190 | 0 | 0.64 | 0.25 | 0 | 323.93 | 1 | 0.68 |
| Hex | FF | 5C | BE | 0 | 40 | 19 | 0 | 144 | 64 | 44 |
| Octal | 377 | 134 | 276 | 0 | 100 | 31 | 0 | 504 | 144 | 104 |
| Binary | 11111111 | 1011100 | 10111110 | 0 | 1000000 | 11001 | 0 | 101000100 | 1100100 | 1000100 |
Color Harmonies of #FF5CBE
Complementary color
Monochromatic Colors of #FF5CBE
Black with #FF5CBE
Text Example
Text Example
White with #FF5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CBE; }
p { color: rgb(255,92,190); }
H1.HeaderClassName
{
color: #FF5CBE;
}
.AnyTagClassName
{
color: #FF5CBE;
}
</style>
background-color css
<style>
a { background-color: #FF5CBE; }
a { background-color: rgb(255,92,190); }
div.DivClassName
{
background-color: #FF5CBE;
}
.BgClassName
{
background-color: #FF5CBE;
}
</style>
border-color css
<style>
span { border-color: #FF5CBE; }
span { border-color: rgb(255,92,190); }
td.TdClassName
{
border-color: #FF5CBE;
}
.TagClassName
{
border-color: #FF5CBE;
}
</style>