Shades of Deep Pink #FD067F
Tints of Deep Pink #FD067F
RGB
CMYK
RGB Variations
Color information
#FD067F (or 0xFD067F) is known color: Deep Pink. HEX triplet: FD, 06 and 7F. RGB value is (253,6,127). Sum of RGB (Red+Green+Blue) = 253+6+127=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD067F is #02F980. Grayscale: #5D5D5D. Windows color (decimal): -194945 or 8324861. OLE color: 8324861.
HSL color Cylindrical-coordinate representation of color #FD067F: hue angle of 330.61º 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 #FD067F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 127 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.01 |
| HSL | 330.61º | 0.98% | 0.51% | - |
| HSV(B) | 330.61º | 0.98% | 0.99% | - |
| XYZ | 44.4 | 22.55 | 22.09 | - |
| YUV | 93.65 | 146.83 | 241.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 127 | 0 | 0.98 | 0.50 | 0.01 | 330.61 | 0.98 | 0.51 |
| Hex | FD | 6 | 7F | 0 | 62 | 32 | 1 | 14B | 62 | 33 |
| Octal | 375 | 6 | 177 | 0 | 142 | 62 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 110 | 1111111 | 0 | 1100010 | 110010 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD067F
Complementary color
Monochromatic Colors of #FD067F
Black with #FD067F
Text Example
Text Example
White with #FD067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD067F; }
p { color: rgb(253,6,127); }
H1.HeaderClassName
{
color: #FD067F;
}
.AnyTagClassName
{
color: #FD067F;
}
</style>
background-color css
<style>
a { background-color: #FD067F; }
a { background-color: rgb(253,6,127); }
div.DivClassName
{
background-color: #FD067F;
}
.BgClassName
{
background-color: #FD067F;
}
</style>
border-color css
<style>
span { border-color: #FD067F; }
span { border-color: rgb(253,6,127); }
td.TdClassName
{
border-color: #FD067F;
}
.TagClassName
{
border-color: #FD067F;
}
</style>