Shades of Deep Pink #FA217B
Tints of Deep Pink #FA217B
RGB
CMYK
RGB Variations
Color information
#FA217B (or 0xFA217B) is known color: Deep Pink. HEX triplet: FA, 21 and 7B. RGB value is (250,33,123). Sum of RGB (Red+Green+Blue) = 250+33+123=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA217B is #05DE84. Grayscale: #6C6C6C. Windows color (decimal): -384645 or 8069626. OLE color: 8069626.
HSL color Cylindrical-coordinate representation of color #FA217B: hue angle of 335.12º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA217B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 123 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.02 |
| HSL | 335.12º | 0.96% | 0.55% | - |
| HSV(B) | 335.12º | 0.87% | 0.98% | - |
| XYZ | 43.54 | 22.84 | 20.85 | - |
| YUV | 108.14 | 136.39 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 123 | 0 | 0.87 | 0.51 | 0.02 | 335.12 | 0.96 | 0.55 |
| Hex | FA | 21 | 7B | 0 | 57 | 33 | 2 | 14F | 60 | 37 |
| Octal | 372 | 41 | 173 | 0 | 127 | 63 | 2 | 517 | 140 | 67 |
| Binary | 11111010 | 100001 | 1111011 | 0 | 1010111 | 110011 | 10 | 101001111 | 1100000 | 110111 |
Color Harmonies of #FA217B
Complementary color
Monochromatic Colors of #FA217B
Black with #FA217B
Text Example
Text Example
White with #FA217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA217B; }
p { color: rgb(250,33,123); }
H1.HeaderClassName
{
color: #FA217B;
}
.AnyTagClassName
{
color: #FA217B;
}
</style>
background-color css
<style>
a { background-color: #FA217B; }
a { background-color: rgb(250,33,123); }
div.DivClassName
{
background-color: #FA217B;
}
.BgClassName
{
background-color: #FA217B;
}
</style>
border-color css
<style>
span { border-color: #FA217B; }
span { border-color: rgb(250,33,123); }
td.TdClassName
{
border-color: #FA217B;
}
.TagClassName
{
border-color: #FA217B;
}
</style>