Shades of Deep Pink #FD067B
Tints of Deep Pink #FD067B
RGB
CMYK
RGB Variations
Color information
#FD067B (or 0xFD067B) is known color: Deep Pink. HEX triplet: FD, 06 and 7B. RGB value is (253,6,123). Sum of RGB (Red+Green+Blue) = 253+6+123=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD067B is #02F984. Grayscale: #5C5C5C. Windows color (decimal): -194949 or 8062717. OLE color: 8062717.
HSL color Cylindrical-coordinate representation of color #FD067B: hue angle of 331.58º 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 #FD067B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 123 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.01 |
| HSL | 331.58º | 0.98% | 0.51% | - |
| HSV(B) | 331.58º | 0.98% | 0.99% | - |
| XYZ | 44.15 | 22.44 | 20.74 | - |
| YUV | 93.19 | 144.83 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 123 | 0 | 0.98 | 0.51 | 0.01 | 331.58 | 0.98 | 0.51 |
| Hex | FD | 6 | 7B | 0 | 62 | 33 | 1 | 14C | 62 | 33 |
| Octal | 375 | 6 | 173 | 0 | 142 | 63 | 1 | 514 | 142 | 63 |
| Binary | 11111101 | 110 | 1111011 | 0 | 1100010 | 110011 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FD067B
Complementary color
Monochromatic Colors of #FD067B
Black with #FD067B
Text Example
Text Example
White with #FD067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD067B; }
p { color: rgb(253,6,123); }
H1.HeaderClassName
{
color: #FD067B;
}
.AnyTagClassName
{
color: #FD067B;
}
</style>
background-color css
<style>
a { background-color: #FD067B; }
a { background-color: rgb(253,6,123); }
div.DivClassName
{
background-color: #FD067B;
}
.BgClassName
{
background-color: #FD067B;
}
</style>
border-color css
<style>
span { border-color: #FD067B; }
span { border-color: rgb(253,6,123); }
td.TdClassName
{
border-color: #FD067B;
}
.TagClassName
{
border-color: #FD067B;
}
</style>