Shades of Deep Pink #FA0C9A
Tints of Deep Pink #FA0C9A
RGB
CMYK
RGB Variations
Color information
#FA0C9A (or 0xFA0C9A) is known color: Deep Pink. HEX triplet: FA, 0C and 9A. RGB value is (250,12,154). Sum of RGB (Red+Green+Blue) = 250+12+154=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0C9A is #05F365. Grayscale: #636363. Windows color (decimal): -389990 or 10095866. OLE color: 10095866.
HSL color Cylindrical-coordinate representation of color #FA0C9A: hue angle of 324.2º 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 #FA0C9A is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 154 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.02 |
| HSL | 324.2º | 0.96% | 0.51% | - |
| HSV(B) | 324.2º | 0.95% | 0.98% | - |
| XYZ | 45.39 | 22.92 | 32.6 | - |
| YUV | 99.35 | 158.85 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 154 | 0 | 0.95 | 0.38 | 0.02 | 324.2 | 0.96 | 0.51 |
| Hex | FA | C | 9A | 0 | 5F | 26 | 2 | 144 | 60 | 33 |
| Octal | 372 | 14 | 232 | 0 | 137 | 46 | 2 | 504 | 140 | 63 |
| Binary | 11111010 | 1100 | 10011010 | 0 | 1011111 | 100110 | 10 | 101000100 | 1100000 | 110011 |
Color Harmonies of #FA0C9A
Complementary color
Monochromatic Colors of #FA0C9A
Black with #FA0C9A
Text Example
Text Example
White with #FA0C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0C9A; }
p { color: rgb(250,12,154); }
H1.HeaderClassName
{
color: #FA0C9A;
}
.AnyTagClassName
{
color: #FA0C9A;
}
</style>
background-color css
<style>
a { background-color: #FA0C9A; }
a { background-color: rgb(250,12,154); }
div.DivClassName
{
background-color: #FA0C9A;
}
.BgClassName
{
background-color: #FA0C9A;
}
</style>
border-color css
<style>
span { border-color: #FA0C9A; }
span { border-color: rgb(250,12,154); }
td.TdClassName
{
border-color: #FA0C9A;
}
.TagClassName
{
border-color: #FA0C9A;
}
</style>