Shades of Deep Pink #FA0085
Tints of Deep Pink #FA0085
RGB
CMYK
RGB Variations
Color information
#FA0085 (or 0xFA0085) is known color: Deep Pink. HEX triplet: FA, 00 and 85. RGB value is (250,0,133). Sum of RGB (Red+Green+Blue) = 250+0+133=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0085 is #05FF7A. Grayscale: #595959. Windows color (decimal): -393083 or 8716538. OLE color: 8716538.
HSL color Cylindrical-coordinate representation of color #FA0085: hue angle of 328.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0085 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.47 | 0.02 |
| HSL | 328.08º | 1% | 0.49% | - |
| HSV(B) | 328.08º | 1% | 0.98% | - |
| XYZ | 43.66 | 22.02 | 24.14 | - |
| YUV | 89.91 | 152.33 | 242.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 133 | 0 | 1 | 0.47 | 0.02 | 328.08 | 1 | 0.49 |
| Hex | FA | 0 | 85 | 0 | 64 | 2F | 2 | 148 | 64 | 31 |
| Octal | 372 | 0 | 205 | 0 | 144 | 57 | 2 | 510 | 144 | 61 |
| Binary | 11111010 | 0 | 10000101 | 0 | 1100100 | 101111 | 10 | 101001000 | 1100100 | 110001 |
Color Harmonies of #FA0085
Complementary color
Monochromatic Colors of #FA0085
Black with #FA0085
Text Example
Text Example
White with #FA0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0085; }
p { color: rgb(250,0,133); }
H1.HeaderClassName
{
color: #FA0085;
}
.AnyTagClassName
{
color: #FA0085;
}
</style>
background-color css
<style>
a { background-color: #FA0085; }
a { background-color: rgb(250,0,133); }
div.DivClassName
{
background-color: #FA0085;
}
.BgClassName
{
background-color: #FA0085;
}
</style>
border-color css
<style>
span { border-color: #FA0085; }
span { border-color: rgb(250,0,133); }
td.TdClassName
{
border-color: #FA0085;
}
.TagClassName
{
border-color: #FA0085;
}
</style>