Shades of Deep Pink #FA0E7B
Tints of Deep Pink #FA0E7B
RGB
CMYK
RGB Variations
Color information
#FA0E7B (or 0xFA0E7B) is known color: Deep Pink. HEX triplet: FA, 0E and 7B. RGB value is (250,14,123). Sum of RGB (Red+Green+Blue) = 250+14+123=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0E7B is #05F184. Grayscale: #606060. Windows color (decimal): -389509 or 8064762. OLE color: 8064762.
HSL color Cylindrical-coordinate representation of color #FA0E7B: hue angle of 332.29º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E7B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 123 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.02 |
| HSL | 332.29º | 0.96% | 0.52% | - |
| HSV(B) | 332.29º | 0.94% | 0.98% | - |
| XYZ | 43.16 | 22.07 | 20.72 | - |
| YUV | 96.99 | 142.69 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 123 | 0 | 0.94 | 0.51 | 0.02 | 332.29 | 0.96 | 0.52 |
| Hex | FA | E | 7B | 0 | 5E | 33 | 2 | 14C | 60 | 34 |
| Octal | 372 | 16 | 173 | 0 | 136 | 63 | 2 | 514 | 140 | 64 |
| Binary | 11111010 | 1110 | 1111011 | 0 | 1011110 | 110011 | 10 | 101001100 | 1100000 | 110100 |
Color Harmonies of #FA0E7B
Complementary color
Monochromatic Colors of #FA0E7B
Black with #FA0E7B
Text Example
Text Example
White with #FA0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E7B; }
p { color: rgb(250,14,123); }
H1.HeaderClassName
{
color: #FA0E7B;
}
.AnyTagClassName
{
color: #FA0E7B;
}
</style>
background-color css
<style>
a { background-color: #FA0E7B; }
a { background-color: rgb(250,14,123); }
div.DivClassName
{
background-color: #FA0E7B;
}
.BgClassName
{
background-color: #FA0E7B;
}
</style>
border-color css
<style>
span { border-color: #FA0E7B; }
span { border-color: rgb(250,14,123); }
td.TdClassName
{
border-color: #FA0E7B;
}
.TagClassName
{
border-color: #FA0E7B;
}
</style>