Shades of Deep Pink #FA207F
Tints of Deep Pink #FA207F
RGB
CMYK
RGB Variations
Color information
#FA207F (or 0xFA207F) is known color: Deep Pink. HEX triplet: FA, 20 and 7F. RGB value is (250,32,127). Sum of RGB (Red+Green+Blue) = 250+32+127=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA207F is #05DF80. Grayscale: #6B6B6B. Windows color (decimal): -384897 or 8331514. OLE color: 8331514.
HSL color Cylindrical-coordinate representation of color #FA207F: hue angle of 333.85º 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 #FA207F is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 127 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.02 |
| HSL | 333.85º | 0.96% | 0.55% | - |
| HSV(B) | 333.85º | 0.87% | 0.98% | - |
| XYZ | 43.77 | 22.89 | 22.19 | - |
| YUV | 108.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 127 | 0 | 0.87 | 0.49 | 0.02 | 333.85 | 0.96 | 0.55 |
| Hex | FA | 20 | 7F | 0 | 57 | 31 | 2 | 14E | 60 | 37 |
| Octal | 372 | 40 | 177 | 0 | 127 | 61 | 2 | 516 | 140 | 67 |
| Binary | 11111010 | 100000 | 1111111 | 0 | 1010111 | 110001 | 10 | 101001110 | 1100000 | 110111 |
Color Harmonies of #FA207F
Complementary color
Monochromatic Colors of #FA207F
Black with #FA207F
Text Example
Text Example
White with #FA207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA207F; }
p { color: rgb(250,32,127); }
H1.HeaderClassName
{
color: #FA207F;
}
.AnyTagClassName
{
color: #FA207F;
}
</style>
background-color css
<style>
a { background-color: #FA207F; }
a { background-color: rgb(250,32,127); }
div.DivClassName
{
background-color: #FA207F;
}
.BgClassName
{
background-color: #FA207F;
}
</style>
border-color css
<style>
span { border-color: #FA207F; }
span { border-color: rgb(250,32,127); }
td.TdClassName
{
border-color: #FA207F;
}
.TagClassName
{
border-color: #FA207F;
}
</style>