Shades of Hot Pink #FA53BC
Tints of Hot Pink #FA53BC
RGB
CMYK
RGB Variations
Color information
#FA53BC (or 0xFA53BC) is known color: Hot Pink. HEX triplet: FA, 53 and BC. RGB value is (250,83,188). Sum of RGB (Red+Green+Blue) = 250+83+188=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53BC is #05AC43. Grayscale: #909090. Windows color (decimal): -371780 or 12342266. OLE color: 12342266.
HSL color Cylindrical-coordinate representation of color #FA53BC: hue angle of 322.28º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA53BC is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 188 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.02 |
| HSL | 322.28º | 0.94% | 0.65% | - |
| HSV(B) | 322.28º | 0.67% | 0.98% | - |
| XYZ | 51.59 | 30.14 | 50.68 | - |
| YUV | 144.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 188 | 0 | 0.67 | 0.25 | 0.02 | 322.28 | 0.94 | 0.65 |
| Hex | FA | 53 | BC | 0 | 43 | 19 | 2 | 142 | 5E | 41 |
| Octal | 372 | 123 | 274 | 0 | 103 | 31 | 2 | 502 | 136 | 101 |
| Binary | 11111010 | 1010011 | 10111100 | 0 | 1000011 | 11001 | 10 | 101000010 | 1011110 | 1000001 |
Color Harmonies of #FA53BC
Complementary color
Monochromatic Colors of #FA53BC
Black with #FA53BC
Text Example
Text Example
White with #FA53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53BC; }
p { color: rgb(250,83,188); }
H1.HeaderClassName
{
color: #FA53BC;
}
.AnyTagClassName
{
color: #FA53BC;
}
</style>
background-color css
<style>
a { background-color: #FA53BC; }
a { background-color: rgb(250,83,188); }
div.DivClassName
{
background-color: #FA53BC;
}
.BgClassName
{
background-color: #FA53BC;
}
</style>
border-color css
<style>
span { border-color: #FA53BC; }
span { border-color: rgb(250,83,188); }
td.TdClassName
{
border-color: #FA53BC;
}
.TagClassName
{
border-color: #FA53BC;
}
</style>