Shades of Deep Pink #FF0675
Tints of Deep Pink #FF0675
RGB
CMYK
RGB Variations
Color information
#FF0675 (or 0xFF0675) is known color: Deep Pink. HEX triplet: FF, 06 and 75. RGB value is (255,6,117). Sum of RGB (Red+Green+Blue) = 255+6+117=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0675 is #00F98A. Grayscale: #5C5C5C. Windows color (decimal): -63883 or 7669503. OLE color: 7669503.
HSL color Cylindrical-coordinate representation of color #FF0675: hue angle of 333.25º 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 #FF0675 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 117 | - |
| CMYK | 0 | 0.98 | 0.54 | 0 |
| HSL | 333.25º | 1% | 0.51% | - |
| HSV(B) | 333.25º | 0.98% | 1% | - |
| XYZ | 44.52 | 22.67 | 18.86 | - |
| YUV | 93.11 | 141.49 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 117 | 0 | 0.98 | 0.54 | 0 | 333.25 | 1 | 0.51 |
| Hex | FF | 6 | 75 | 0 | 62 | 36 | 0 | 14D | 64 | 33 |
| Octal | 377 | 6 | 165 | 0 | 142 | 66 | 0 | 515 | 144 | 63 |
| Binary | 11111111 | 110 | 1110101 | 0 | 1100010 | 110110 | 0 | 101001101 | 1100100 | 110011 |
Color Harmonies of #FF0675
Complementary color
Monochromatic Colors of #FF0675
Black with #FF0675
Text Example
Text Example
White with #FF0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0675; }
p { color: rgb(255,6,117); }
H1.HeaderClassName
{
color: #FF0675;
}
.AnyTagClassName
{
color: #FF0675;
}
</style>
background-color css
<style>
a { background-color: #FF0675; }
a { background-color: rgb(255,6,117); }
div.DivClassName
{
background-color: #FF0675;
}
.BgClassName
{
background-color: #FF0675;
}
</style>
border-color css
<style>
span { border-color: #FF0675; }
span { border-color: rgb(255,6,117); }
td.TdClassName
{
border-color: #FF0675;
}
.TagClassName
{
border-color: #FF0675;
}
</style>