Shades of Deep Pink #FF067B
Tints of Deep Pink #FF067B
RGB
CMYK
RGB Variations
Color information
#FF067B (or 0xFF067B) is known color: Deep Pink. HEX triplet: FF, 06 and 7B. RGB value is (255,6,123). Sum of RGB (Red+Green+Blue) = 255+6+123=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF067B is #00F984. Grayscale: #5D5D5D. Windows color (decimal): -63877 or 8062719. OLE color: 8062719.
HSL color Cylindrical-coordinate representation of color #FF067B: hue angle of 331.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF067B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 123 | - |
| CMYK | 0 | 0.98 | 0.52 | 0 |
| HSL | 331.81º | 1% | 0.51% | - |
| HSV(B) | 331.81º | 0.98% | 1% | - |
| XYZ | 44.88 | 22.82 | 20.78 | - |
| YUV | 93.79 | 144.49 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 123 | 0 | 0.98 | 0.52 | 0 | 331.81 | 1 | 0.51 |
| Hex | FF | 6 | 7B | 0 | 62 | 34 | 0 | 14C | 64 | 33 |
| Octal | 377 | 6 | 173 | 0 | 142 | 64 | 0 | 514 | 144 | 63 |
| Binary | 11111111 | 110 | 1111011 | 0 | 1100010 | 110100 | 0 | 101001100 | 1100100 | 110011 |
Color Harmonies of #FF067B
Complementary color
Monochromatic Colors of #FF067B
Black with #FF067B
Text Example
Text Example
White with #FF067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF067B; }
p { color: rgb(255,6,123); }
H1.HeaderClassName
{
color: #FF067B;
}
.AnyTagClassName
{
color: #FF067B;
}
</style>
background-color css
<style>
a { background-color: #FF067B; }
a { background-color: rgb(255,6,123); }
div.DivClassName
{
background-color: #FF067B;
}
.BgClassName
{
background-color: #FF067B;
}
</style>
border-color css
<style>
span { border-color: #FF067B; }
span { border-color: rgb(255,6,123); }
td.TdClassName
{
border-color: #FF067B;
}
.TagClassName
{
border-color: #FF067B;
}
</style>