Shades of Hot Pink #FF4FBC
Tints of Hot Pink #FF4FBC
RGB
CMYK
RGB Variations
Color information
#FF4FBC (or 0xFF4FBC) is known color: Hot Pink. HEX triplet: FF, 4F and BC. RGB value is (255,79,188). Sum of RGB (Red+Green+Blue) = 255+79+188=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4FBC is #00B043. Grayscale: #8F8F8F. Windows color (decimal): -45124 or 12341247. OLE color: 12341247.
HSL color Cylindrical-coordinate representation of color #FF4FBC: hue angle of 322.84º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FBC is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 188 | - |
| CMYK | 0 | 0.69 | 0.26 | 0 |
| HSL | 322.84º | 1% | 0.65% | - |
| HSV(B) | 322.84º | 0.69% | 1% | - |
| XYZ | 53.11 | 30.48 | 50.66 | - |
| YUV | 144.05 | 152.81 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 188 | 0 | 0.69 | 0.26 | 0 | 322.84 | 1 | 0.65 |
| Hex | FF | 4F | BC | 0 | 45 | 1A | 0 | 143 | 64 | 41 |
| Octal | 377 | 117 | 274 | 0 | 105 | 32 | 0 | 503 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10111100 | 0 | 1000101 | 11010 | 0 | 101000011 | 1100100 | 1000001 |
Color Harmonies of #FF4FBC
Complementary color
Monochromatic Colors of #FF4FBC
Black with #FF4FBC
Text Example
Text Example
White with #FF4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FBC; }
p { color: rgb(255,79,188); }
H1.HeaderClassName
{
color: #FF4FBC;
}
.AnyTagClassName
{
color: #FF4FBC;
}
</style>
background-color css
<style>
a { background-color: #FF4FBC; }
a { background-color: rgb(255,79,188); }
div.DivClassName
{
background-color: #FF4FBC;
}
.BgClassName
{
background-color: #FF4FBC;
}
</style>
border-color css
<style>
span { border-color: #FF4FBC; }
span { border-color: rgb(255,79,188); }
td.TdClassName
{
border-color: #FF4FBC;
}
.TagClassName
{
border-color: #FF4FBC;
}
</style>