Shades of Hot Pink #FA61B2
Tints of Hot Pink #FA61B2
RGB
CMYK
RGB Variations
Color information
#FA61B2 (or 0xFA61B2) is known color: Hot Pink. HEX triplet: FA, 61 and B2. RGB value is (250,97,178). Sum of RGB (Red+Green+Blue) = 250+97+178=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61B2 is #059E4D. Grayscale: #979797. Windows color (decimal): -368206 or 11690490. OLE color: 11690490.
HSL color Cylindrical-coordinate representation of color #FA61B2: hue angle of 328.24º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61B2 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 178 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.02 |
| HSL | 328.24º | 0.94% | 0.68% | - |
| HSV(B) | 328.24º | 0.61% | 0.98% | - |
| XYZ | 51.73 | 32.09 | 45.59 | - |
| YUV | 151.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 178 | 0 | 0.61 | 0.29 | 0.02 | 328.24 | 0.94 | 0.68 |
| Hex | FA | 61 | B2 | 0 | 3D | 1D | 2 | 148 | 5E | 44 |
| Octal | 372 | 141 | 262 | 0 | 75 | 35 | 2 | 510 | 136 | 104 |
| Binary | 11111010 | 1100001 | 10110010 | 0 | 111101 | 11101 | 10 | 101001000 | 1011110 | 1000100 |
Color Harmonies of #FA61B2
Complementary color
Monochromatic Colors of #FA61B2
Black with #FA61B2
Text Example
Text Example
White with #FA61B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61B2; }
p { color: rgb(250,97,178); }
H1.HeaderClassName
{
color: #FA61B2;
}
.AnyTagClassName
{
color: #FA61B2;
}
</style>
background-color css
<style>
a { background-color: #FA61B2; }
a { background-color: rgb(250,97,178); }
div.DivClassName
{
background-color: #FA61B2;
}
.BgClassName
{
background-color: #FA61B2;
}
</style>
border-color css
<style>
span { border-color: #FA61B2; }
span { border-color: rgb(250,97,178); }
td.TdClassName
{
border-color: #FA61B2;
}
.TagClassName
{
border-color: #FA61B2;
}
</style>