Shades of Deep Pink #FC067B
Tints of Deep Pink #FC067B
RGB
CMYK
RGB Variations
Color information
#FC067B (or 0xFC067B) is known color: Deep Pink. HEX triplet: FC, 06 and 7B. RGB value is (252,6,123). Sum of RGB (Red+Green+Blue) = 252+6+123=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC067B is #03F984. Grayscale: #5C5C5C. Windows color (decimal): -260485 or 8062716. OLE color: 8062716.
HSL color Cylindrical-coordinate representation of color #FC067B: hue angle of 331.46º 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 #FC067B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 123 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.01 |
| HSL | 331.46º | 0.98% | 0.51% | - |
| HSV(B) | 331.46º | 0.98% | 0.99% | - |
| XYZ | 43.79 | 22.26 | 20.73 | - |
| YUV | 92.89 | 145 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 123 | 0 | 0.98 | 0.51 | 0.01 | 331.46 | 0.98 | 0.51 |
| Hex | FC | 6 | 7B | 0 | 62 | 33 | 1 | 14B | 62 | 33 |
| Octal | 374 | 6 | 173 | 0 | 142 | 63 | 1 | 513 | 142 | 63 |
| Binary | 11111100 | 110 | 1111011 | 0 | 1100010 | 110011 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FC067B
Complementary color
Monochromatic Colors of #FC067B
Black with #FC067B
Text Example
Text Example
White with #FC067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC067B; }
p { color: rgb(252,6,123); }
H1.HeaderClassName
{
color: #FC067B;
}
.AnyTagClassName
{
color: #FC067B;
}
</style>
background-color css
<style>
a { background-color: #FC067B; }
a { background-color: rgb(252,6,123); }
div.DivClassName
{
background-color: #FC067B;
}
.BgClassName
{
background-color: #FC067B;
}
</style>
border-color css
<style>
span { border-color: #FC067B; }
span { border-color: rgb(252,6,123); }
td.TdClassName
{
border-color: #FC067B;
}
.TagClassName
{
border-color: #FC067B;
}
</style>