Shades of Deep Pink #FA207C
Tints of Deep Pink #FA207C
RGB
CMYK
RGB Variations
Color information
#FA207C (or 0xFA207C) is known color: Deep Pink. HEX triplet: FA, 20 and 7C. RGB value is (250,32,124). Sum of RGB (Red+Green+Blue) = 250+32+124=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA207C is #05DF83. Grayscale: #6B6B6B. Windows color (decimal): -384900 or 8134906. OLE color: 8134906.
HSL color Cylindrical-coordinate representation of color #FA207C: hue angle of 334.68º 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 #FA207C is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 124 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.02 |
| HSL | 334.68º | 0.96% | 0.55% | - |
| HSV(B) | 334.68º | 0.87% | 0.98% | - |
| XYZ | 43.58 | 22.81 | 21.18 | - |
| YUV | 107.67 | 137.22 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 124 | 0 | 0.87 | 0.50 | 0.02 | 334.68 | 0.96 | 0.55 |
| Hex | FA | 20 | 7C | 0 | 57 | 32 | 2 | 14F | 60 | 37 |
| Octal | 372 | 40 | 174 | 0 | 127 | 62 | 2 | 517 | 140 | 67 |
| Binary | 11111010 | 100000 | 1111100 | 0 | 1010111 | 110010 | 10 | 101001111 | 1100000 | 110111 |
Color Harmonies of #FA207C
Complementary color
Monochromatic Colors of #FA207C
Black with #FA207C
Text Example
Text Example
White with #FA207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA207C; }
p { color: rgb(250,32,124); }
H1.HeaderClassName
{
color: #FA207C;
}
.AnyTagClassName
{
color: #FA207C;
}
</style>
background-color css
<style>
a { background-color: #FA207C; }
a { background-color: rgb(250,32,124); }
div.DivClassName
{
background-color: #FA207C;
}
.BgClassName
{
background-color: #FA207C;
}
</style>
border-color css
<style>
span { border-color: #FA207C; }
span { border-color: rgb(250,32,124); }
td.TdClassName
{
border-color: #FA207C;
}
.TagClassName
{
border-color: #FA207C;
}
</style>