Shades of Deep Pink #FA0690
Tints of Deep Pink #FA0690
RGB
CMYK
RGB Variations
Color information
#FA0690 (or 0xFA0690) is known color: Deep Pink. HEX triplet: FA, 06 and 90. RGB value is (250,6,144). Sum of RGB (Red+Green+Blue) = 250+6+144=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0690 is #05F96F. Grayscale: #5E5E5E. Windows color (decimal): -391536 or 9438970. OLE color: 9438970.
HSL color Cylindrical-coordinate representation of color #FA0690: hue angle of 326.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0690 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 144 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.02 |
| HSL | 326.07º | 0.96% | 0.5% | - |
| HSV(B) | 326.07º | 0.98% | 0.98% | - |
| XYZ | 44.52 | 22.47 | 28.38 | - |
| YUV | 94.69 | 155.84 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 144 | 0 | 0.98 | 0.42 | 0.02 | 326.07 | 0.96 | 0.5 |
| Hex | FA | 6 | 90 | 0 | 62 | 2A | 2 | 146 | 60 | 32 |
| Octal | 372 | 6 | 220 | 0 | 142 | 52 | 2 | 506 | 140 | 62 |
| Binary | 11111010 | 110 | 10010000 | 0 | 1100010 | 101010 | 10 | 101000110 | 1100000 | 110010 |
Color Harmonies of #FA0690
Complementary color
Monochromatic Colors of #FA0690
Black with #FA0690
Text Example
Text Example
White with #FA0690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0690; }
p { color: rgb(250,6,144); }
H1.HeaderClassName
{
color: #FA0690;
}
.AnyTagClassName
{
color: #FA0690;
}
</style>
background-color css
<style>
a { background-color: #FA0690; }
a { background-color: rgb(250,6,144); }
div.DivClassName
{
background-color: #FA0690;
}
.BgClassName
{
background-color: #FA0690;
}
</style>
border-color css
<style>
span { border-color: #FA0690; }
span { border-color: rgb(250,6,144); }
td.TdClassName
{
border-color: #FA0690;
}
.TagClassName
{
border-color: #FA0690;
}
</style>