Shades of Deep Pink #FC097B
Tints of Deep Pink #FC097B
RGB
CMYK
RGB Variations
Color information
#FC097B (or 0xFC097B) is known color: Deep Pink. HEX triplet: FC, 09 and 7B. RGB value is (252,9,123). Sum of RGB (Red+Green+Blue) = 252+9+123=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC097B is #03F684. Grayscale: #5E5E5E. Windows color (decimal): -259717 or 8063484. OLE color: 8063484.
HSL color Cylindrical-coordinate representation of color #FC097B: hue angle of 331.85º 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 #FC097B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.01 |
| HSL | 331.85º | 0.98% | 0.51% | - |
| HSV(B) | 331.85º | 0.96% | 0.99% | - |
| XYZ | 43.82 | 22.32 | 20.74 | - |
| YUV | 94.65 | 144.01 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 123 | 0 | 0.96 | 0.51 | 0.01 | 331.85 | 0.98 | 0.51 |
| Hex | FC | 9 | 7B | 0 | 60 | 33 | 1 | 14C | 62 | 33 |
| Octal | 374 | 11 | 173 | 0 | 140 | 63 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 1001 | 1111011 | 0 | 1100000 | 110011 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC097B
Complementary color
Monochromatic Colors of #FC097B
Black with #FC097B
Text Example
Text Example
White with #FC097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC097B; }
p { color: rgb(252,9,123); }
H1.HeaderClassName
{
color: #FC097B;
}
.AnyTagClassName
{
color: #FC097B;
}
</style>
background-color css
<style>
a { background-color: #FC097B; }
a { background-color: rgb(252,9,123); }
div.DivClassName
{
background-color: #FC097B;
}
.BgClassName
{
background-color: #FC097B;
}
</style>
border-color css
<style>
span { border-color: #FC097B; }
span { border-color: rgb(252,9,123); }
td.TdClassName
{
border-color: #FC097B;
}
.TagClassName
{
border-color: #FC097B;
}
</style>