Shades of Deep Pink #FF008B
Tints of Deep Pink #FF008B
RGB
CMYK
RGB Variations
Color information
#FF008B (or 0xFF008B) is known color: Deep Pink. HEX triplet: FF, 00 and 8B. RGB value is (255,0,139). Sum of RGB (Red+Green+Blue) = 255+0+139=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF008B is #00FF74. Grayscale: #5B5B5B. Windows color (decimal): -65397 or 9109759. OLE color: 9109759.
HSL color Cylindrical-coordinate representation of color #FF008B: hue angle of 327.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF008B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.45 | 0 |
| HSL | 327.29º | 1% | 0.5% | - |
| HSV(B) | 327.29º | 1% | 1% | - |
| XYZ | 45.9 | 23.12 | 26.47 | - |
| YUV | 92.09 | 154.48 | 244.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 139 | 0 | 1 | 0.45 | 0 | 327.29 | 1 | 0.5 |
| Hex | FF | 0 | 8B | 0 | 64 | 2D | 0 | 147 | 64 | 32 |
| Octal | 377 | 0 | 213 | 0 | 144 | 55 | 0 | 507 | 144 | 62 |
| Binary | 11111111 | 0 | 10001011 | 0 | 1100100 | 101101 | 0 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FF008B
Complementary color
Monochromatic Colors of #FF008B
Black with #FF008B
Text Example
Text Example
White with #FF008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF008B; }
p { color: rgb(255,0,139); }
H1.HeaderClassName
{
color: #FF008B;
}
.AnyTagClassName
{
color: #FF008B;
}
</style>
background-color css
<style>
a { background-color: #FF008B; }
a { background-color: rgb(255,0,139); }
div.DivClassName
{
background-color: #FF008B;
}
.BgClassName
{
background-color: #FF008B;
}
</style>
border-color css
<style>
span { border-color: #FF008B; }
span { border-color: rgb(255,0,139); }
td.TdClassName
{
border-color: #FF008B;
}
.TagClassName
{
border-color: #FF008B;
}
</style>