Shades of Deep Pink #FA0C8A
Tints of Deep Pink #FA0C8A
RGB
CMYK
RGB Variations
Color information
#FA0C8A (or 0xFA0C8A) is known color: Deep Pink. HEX triplet: FA, 0C and 8A. RGB value is (250,12,138). Sum of RGB (Red+Green+Blue) = 250+12+138=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C8A is #05F375. Grayscale: #616161. Windows color (decimal): -390006 or 9047290. OLE color: 9047290.
HSL color Cylindrical-coordinate representation of color #FA0C8A: hue angle of 328.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0C8A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 138 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.02 |
| HSL | 328.24º | 0.96% | 0.51% | - |
| HSV(B) | 328.24º | 0.95% | 0.98% | - |
| XYZ | 44.14 | 22.42 | 26.05 | - |
| YUV | 97.53 | 150.85 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 138 | 0 | 0.95 | 0.45 | 0.02 | 328.24 | 0.96 | 0.51 |
| Hex | FA | C | 8A | 0 | 5F | 2D | 2 | 148 | 60 | 33 |
| Octal | 372 | 14 | 212 | 0 | 137 | 55 | 2 | 510 | 140 | 63 |
| Binary | 11111010 | 1100 | 10001010 | 0 | 1011111 | 101101 | 10 | 101001000 | 1100000 | 110011 |
Color Harmonies of #FA0C8A
Complementary color
Monochromatic Colors of #FA0C8A
Black with #FA0C8A
Text Example
Text Example
White with #FA0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0C8A; }
p { color: rgb(250,12,138); }
H1.HeaderClassName
{
color: #FA0C8A;
}
.AnyTagClassName
{
color: #FA0C8A;
}
</style>
background-color css
<style>
a { background-color: #FA0C8A; }
a { background-color: rgb(250,12,138); }
div.DivClassName
{
background-color: #FA0C8A;
}
.BgClassName
{
background-color: #FA0C8A;
}
</style>
border-color css
<style>
span { border-color: #FA0C8A; }
span { border-color: rgb(250,12,138); }
td.TdClassName
{
border-color: #FA0C8A;
}
.TagClassName
{
border-color: #FA0C8A;
}
</style>