Shades of Hot Pink #FA5BB4
Tints of Hot Pink #FA5BB4
RGB
CMYK
RGB Variations
Color information
#FA5BB4 (or 0xFA5BB4) is known color: Hot Pink. HEX triplet: FA, 5B and B4. RGB value is (250,91,180). Sum of RGB (Red+Green+Blue) = 250+91+180=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BB4 is #05A44B. Grayscale: #949494. Windows color (decimal): -369740 or 11820026. OLE color: 11820026.
HSL color Cylindrical-coordinate representation of color #FA5BB4: hue angle of 326.42º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5BB4 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 180 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.02 |
| HSL | 326.42º | 0.94% | 0.67% | - |
| HSV(B) | 326.42º | 0.64% | 0.98% | - |
| XYZ | 51.4 | 31.1 | 46.47 | - |
| YUV | 148.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 180 | 0 | 0.64 | 0.28 | 0.02 | 326.42 | 0.94 | 0.67 |
| Hex | FA | 5B | B4 | 0 | 40 | 1C | 2 | 146 | 5E | 43 |
| Octal | 372 | 133 | 264 | 0 | 100 | 34 | 2 | 506 | 136 | 103 |
| Binary | 11111010 | 1011011 | 10110100 | 0 | 1000000 | 11100 | 10 | 101000110 | 1011110 | 1000011 |
Color Harmonies of #FA5BB4
Complementary color
Monochromatic Colors of #FA5BB4
Black with #FA5BB4
Text Example
Text Example
White with #FA5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BB4; }
p { color: rgb(250,91,180); }
H1.HeaderClassName
{
color: #FA5BB4;
}
.AnyTagClassName
{
color: #FA5BB4;
}
</style>
background-color css
<style>
a { background-color: #FA5BB4; }
a { background-color: rgb(250,91,180); }
div.DivClassName
{
background-color: #FA5BB4;
}
.BgClassName
{
background-color: #FA5BB4;
}
</style>
border-color css
<style>
span { border-color: #FA5BB4; }
span { border-color: rgb(250,91,180); }
td.TdClassName
{
border-color: #FA5BB4;
}
.TagClassName
{
border-color: #FA5BB4;
}
</style>