Shades of Deep Pink #FC067A
Tints of Deep Pink #FC067A
RGB
CMYK
RGB Variations
Color information
#FC067A (or 0xFC067A) is known color: Deep Pink. HEX triplet: FC, 06 and 7A. RGB value is (252,6,122). Sum of RGB (Red+Green+Blue) = 252+6+122=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC067A is #03F985. Grayscale: #5C5C5C. Windows color (decimal): -260486 or 7997180. OLE color: 7997180.
HSL color Cylindrical-coordinate representation of color #FC067A: hue angle of 331.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC067A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 122 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.01 |
| HSL | 331.71º | 0.98% | 0.51% | - |
| HSV(B) | 331.71º | 0.98% | 0.99% | - |
| XYZ | 43.72 | 22.23 | 20.4 | - |
| YUV | 92.78 | 144.5 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 122 | 0 | 0.98 | 0.52 | 0.01 | 331.71 | 0.98 | 0.51 |
| Hex | FC | 6 | 7A | 0 | 62 | 34 | 1 | 14C | 62 | 33 |
| Octal | 374 | 6 | 172 | 0 | 142 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 110 | 1111010 | 0 | 1100010 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC067A
Complementary color
Monochromatic Colors of #FC067A
Black with #FC067A
Text Example
Text Example
White with #FC067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC067A; }
p { color: rgb(252,6,122); }
H1.HeaderClassName
{
color: #FC067A;
}
.AnyTagClassName
{
color: #FC067A;
}
</style>
background-color css
<style>
a { background-color: #FC067A; }
a { background-color: rgb(252,6,122); }
div.DivClassName
{
background-color: #FC067A;
}
.BgClassName
{
background-color: #FC067A;
}
</style>
border-color css
<style>
span { border-color: #FC067A; }
span { border-color: rgb(252,6,122); }
td.TdClassName
{
border-color: #FC067A;
}
.TagClassName
{
border-color: #FC067A;
}
</style>