Shades of Deep Pink #FA207B
Tints of Deep Pink #FA207B
RGB
CMYK
RGB Variations
Color information
#FA207B (or 0xFA207B) is known color: Deep Pink. HEX triplet: FA, 20 and 7B. RGB value is (250,32,123). Sum of RGB (Red+Green+Blue) = 250+32+123=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA207B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA207B is #05DF84. Grayscale: #6B6B6B. Windows color (decimal): -384901 or 8069370. OLE color: 8069370.
HSL color Cylindrical-coordinate representation of color #FA207B: hue angle of 334.95º 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 #FA207B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 123 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.02 |
| HSL | 334.95º | 0.96% | 0.55% | - |
| HSV(B) | 334.95º | 0.87% | 0.98% | - |
| XYZ | 43.52 | 22.79 | 20.84 | - |
| YUV | 107.56 | 136.72 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 123 | 0 | 0.87 | 0.51 | 0.02 | 334.95 | 0.96 | 0.55 |
| Hex | FA | 20 | 7B | 0 | 57 | 33 | 2 | 14F | 60 | 37 |
| Octal | 372 | 40 | 173 | 0 | 127 | 63 | 2 | 517 | 140 | 67 |
| Binary | 11111010 | 100000 | 1111011 | 0 | 1010111 | 110011 | 10 | 101001111 | 1100000 | 110111 |
Color Harmonies of #FA207B
Complementary color
Monochromatic Colors of #FA207B
Black with #FA207B
Text Example
Text Example
White with #FA207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA207B; }
p { color: rgb(250,32,123); }
H1.HeaderClassName
{
color: #FA207B;
}
.AnyTagClassName
{
color: #FA207B;
}
</style>
background-color css
<style>
a { background-color: #FA207B; }
a { background-color: rgb(250,32,123); }
div.DivClassName
{
background-color: #FA207B;
}
.BgClassName
{
background-color: #FA207B;
}
</style>
border-color css
<style>
span { border-color: #FA207B; }
span { border-color: rgb(250,32,123); }
td.TdClassName
{
border-color: #FA207B;
}
.TagClassName
{
border-color: #FA207B;
}
</style>