Shades of Hot Pink #FB6DB4
Tints of Hot Pink #FB6DB4
RGB
CMYK
RGB Variations
Color information
#FB6DB4 (or 0xFB6DB4) is known color: Hot Pink. HEX triplet: FB, 6D and B4. RGB value is (251,109,180). Sum of RGB (Red+Green+Blue) = 251+109+180=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DB4 is #04924B. Grayscale: #9F9F9F. Windows color (decimal): -299596 or 11824635. OLE color: 11824635.
HSL color Cylindrical-coordinate representation of color #FB6DB4: hue angle of 330º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DB4 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 180 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.02 |
| HSL | 330º | 0.95% | 0.71% | - |
| HSV(B) | 330º | 0.57% | 0.98% | - |
| XYZ | 53.49 | 34.74 | 47.07 | - |
| YUV | 159.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 180 | 0 | 0.57 | 0.28 | 0.02 | 330 | 0.95 | 0.71 |
| Hex | FB | 6D | B4 | 0 | 39 | 1C | 2 | 14A | 5F | 47 |
| Octal | 373 | 155 | 264 | 0 | 71 | 34 | 2 | 512 | 137 | 107 |
| Binary | 11111011 | 1101101 | 10110100 | 0 | 111001 | 11100 | 10 | 101001010 | 1011111 | 1000111 |
Color Harmonies of #FB6DB4
Complementary color
Monochromatic Colors of #FB6DB4
Black with #FB6DB4
Text Example
Text Example
White with #FB6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DB4; }
p { color: rgb(251,109,180); }
H1.HeaderClassName
{
color: #FB6DB4;
}
.AnyTagClassName
{
color: #FB6DB4;
}
</style>
background-color css
<style>
a { background-color: #FB6DB4; }
a { background-color: rgb(251,109,180); }
div.DivClassName
{
background-color: #FB6DB4;
}
.BgClassName
{
background-color: #FB6DB4;
}
</style>
border-color css
<style>
span { border-color: #FB6DB4; }
span { border-color: rgb(251,109,180); }
td.TdClassName
{
border-color: #FB6DB4;
}
.TagClassName
{
border-color: #FB6DB4;
}
</style>