Shades of Deep Pink #FA0688
Tints of Deep Pink #FA0688
RGB
CMYK
RGB Variations
Color information
#FA0688 (or 0xFA0688) is known color: Deep Pink. HEX triplet: FA, 06 and 88. RGB value is (250,6,136). Sum of RGB (Red+Green+Blue) = 250+6+136=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0688 is #05F977. Grayscale: #5D5D5D. Windows color (decimal): -391544 or 8914682. OLE color: 8914682.
HSL color Cylindrical-coordinate representation of color #FA0688: hue angle of 328.03º 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 #FA0688 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 136 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.02 |
| HSL | 328.03º | 0.96% | 0.5% | - |
| HSV(B) | 328.03º | 0.98% | 0.98% | - |
| XYZ | 43.93 | 22.23 | 25.27 | - |
| YUV | 93.78 | 151.84 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 136 | 0 | 0.98 | 0.46 | 0.02 | 328.03 | 0.96 | 0.5 |
| Hex | FA | 6 | 88 | 0 | 62 | 2E | 2 | 148 | 60 | 32 |
| Octal | 372 | 6 | 210 | 0 | 142 | 56 | 2 | 510 | 140 | 62 |
| Binary | 11111010 | 110 | 10001000 | 0 | 1100010 | 101110 | 10 | 101001000 | 1100000 | 110010 |
Color Harmonies of #FA0688
Complementary color
Monochromatic Colors of #FA0688
Black with #FA0688
Text Example
Text Example
White with #FA0688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0688; }
p { color: rgb(250,6,136); }
H1.HeaderClassName
{
color: #FA0688;
}
.AnyTagClassName
{
color: #FA0688;
}
</style>
background-color css
<style>
a { background-color: #FA0688; }
a { background-color: rgb(250,6,136); }
div.DivClassName
{
background-color: #FA0688;
}
.BgClassName
{
background-color: #FA0688;
}
</style>
border-color css
<style>
span { border-color: #FA0688; }
span { border-color: rgb(250,6,136); }
td.TdClassName
{
border-color: #FA0688;
}
.TagClassName
{
border-color: #FA0688;
}
</style>