Shades of Deep Pink #FC097A
Tints of Deep Pink #FC097A
RGB
CMYK
RGB Variations
Color information
#FC097A (or 0xFC097A) is known color: Deep Pink. HEX triplet: FC, 09 and 7A. RGB value is (252,9,122). Sum of RGB (Red+Green+Blue) = 252+9+122=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC097A is #03F685. Grayscale: #5E5E5E. Windows color (decimal): -259718 or 7997948. OLE color: 7997948.
HSL color Cylindrical-coordinate representation of color #FC097A: hue angle of 332.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC097A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.01 |
| HSL | 332.1º | 0.98% | 0.51% | - |
| HSV(B) | 332.1º | 0.96% | 0.99% | - |
| XYZ | 43.76 | 22.3 | 20.41 | - |
| YUV | 94.54 | 143.51 | 240.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 122 | 0 | 0.96 | 0.52 | 0.01 | 332.1 | 0.98 | 0.51 |
| Hex | FC | 9 | 7A | 0 | 60 | 34 | 1 | 14C | 62 | 33 |
| Octal | 374 | 11 | 172 | 0 | 140 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 1001 | 1111010 | 0 | 1100000 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC097A
Complementary color
Monochromatic Colors of #FC097A
Black with #FC097A
Text Example
Text Example
White with #FC097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC097A; }
p { color: rgb(252,9,122); }
H1.HeaderClassName
{
color: #FC097A;
}
.AnyTagClassName
{
color: #FC097A;
}
</style>
background-color css
<style>
a { background-color: #FC097A; }
a { background-color: rgb(252,9,122); }
div.DivClassName
{
background-color: #FC097A;
}
.BgClassName
{
background-color: #FC097A;
}
</style>
border-color css
<style>
span { border-color: #FC097A; }
span { border-color: rgb(252,9,122); }
td.TdClassName
{
border-color: #FC097A;
}
.TagClassName
{
border-color: #FC097A;
}
</style>