Shades of Deep Pink #FF0683
Tints of Deep Pink #FF0683
RGB
CMYK
RGB Variations
Color information
#FF0683 (or 0xFF0683) is known color: Deep Pink. HEX triplet: FF, 06 and 83. RGB value is (255,6,131). Sum of RGB (Red+Green+Blue) = 255+6+131=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0683 is #00F97C. Grayscale: #5E5E5E. Windows color (decimal): -63869 or 8587007. OLE color: 8587007.
HSL color Cylindrical-coordinate representation of color #FF0683: hue angle of 329.88º 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 #FF0683 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 131 | - |
| CMYK | 0 | 0.98 | 0.49 | 0 |
| HSL | 329.88º | 1% | 0.51% | - |
| HSV(B) | 329.88º | 0.98% | 1% | - |
| XYZ | 45.4 | 23.03 | 23.52 | - |
| YUV | 94.7 | 148.49 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 131 | 0 | 0.98 | 0.49 | 0 | 329.88 | 1 | 0.51 |
| Hex | FF | 6 | 83 | 0 | 62 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 6 | 203 | 0 | 142 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 110 | 10000011 | 0 | 1100010 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0683
Complementary color
Monochromatic Colors of #FF0683
Black with #FF0683
Text Example
Text Example
White with #FF0683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0683; }
p { color: rgb(255,6,131); }
H1.HeaderClassName
{
color: #FF0683;
}
.AnyTagClassName
{
color: #FF0683;
}
</style>
background-color css
<style>
a { background-color: #FF0683; }
a { background-color: rgb(255,6,131); }
div.DivClassName
{
background-color: #FF0683;
}
.BgClassName
{
background-color: #FF0683;
}
</style>
border-color css
<style>
span { border-color: #FF0683; }
span { border-color: rgb(255,6,131); }
td.TdClassName
{
border-color: #FF0683;
}
.TagClassName
{
border-color: #FF0683;
}
</style>