Shades of Deep Pink #FF0C8B
Tints of Deep Pink #FF0C8B
RGB
CMYK
RGB Variations
Color information
#FF0C8B (or 0xFF0C8B) is known color: Deep Pink. HEX triplet: FF, 0C and 8B. RGB value is (255,12,139). Sum of RGB (Red+Green+Blue) = 255+12+139=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C8B is #00F374. Grayscale: #626262. Windows color (decimal): -62325 or 9112831. OLE color: 9112831.
HSL color Cylindrical-coordinate representation of color #FF0C8B: hue angle of 328.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C8B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 139 | - |
| CMYK | 0 | 0.95 | 0.45 | 0 |
| HSL | 328.64º | 1% | 0.52% | - |
| HSV(B) | 328.64º | 0.95% | 1% | - |
| XYZ | 46.03 | 23.39 | 26.51 | - |
| YUV | 99.14 | 150.51 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 139 | 0 | 0.95 | 0.45 | 0 | 328.64 | 1 | 0.52 |
| Hex | FF | C | 8B | 0 | 5F | 2D | 0 | 149 | 64 | 34 |
| Octal | 377 | 14 | 213 | 0 | 137 | 55 | 0 | 511 | 144 | 64 |
| Binary | 11111111 | 1100 | 10001011 | 0 | 1011111 | 101101 | 0 | 101001001 | 1100100 | 110100 |
Color Harmonies of #FF0C8B
Complementary color
Monochromatic Colors of #FF0C8B
Black with #FF0C8B
Text Example
Text Example
White with #FF0C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C8B; }
p { color: rgb(255,12,139); }
H1.HeaderClassName
{
color: #FF0C8B;
}
.AnyTagClassName
{
color: #FF0C8B;
}
</style>
background-color css
<style>
a { background-color: #FF0C8B; }
a { background-color: rgb(255,12,139); }
div.DivClassName
{
background-color: #FF0C8B;
}
.BgClassName
{
background-color: #FF0C8B;
}
</style>
border-color css
<style>
span { border-color: #FF0C8B; }
span { border-color: rgb(255,12,139); }
td.TdClassName
{
border-color: #FF0C8B;
}
.TagClassName
{
border-color: #FF0C8B;
}
</style>