Shades of Deep Pink #FF0C7B
Tints of Deep Pink #FF0C7B
RGB
CMYK
RGB Variations
Color information
#FF0C7B (or 0xFF0C7B) is known color: Deep Pink. HEX triplet: FF, 0C and 7B. RGB value is (255,12,123). Sum of RGB (Red+Green+Blue) = 255+12+123=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C7B is #00F384. Grayscale: #616161. Windows color (decimal): -62341 or 8064255. OLE color: 8064255.
HSL color Cylindrical-coordinate representation of color #FF0C7B: hue angle of 332.59º 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 #FF0C7B is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 123 | - |
| CMYK | 0 | 0.95 | 0.52 | 0 |
| HSL | 332.59º | 1% | 0.52% | - |
| HSV(B) | 332.59º | 0.95% | 1% | - |
| XYZ | 44.95 | 22.95 | 20.8 | - |
| YUV | 97.31 | 142.51 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 123 | 0 | 0.95 | 0.52 | 0 | 332.59 | 1 | 0.52 |
| Hex | FF | C | 7B | 0 | 5F | 34 | 0 | 14D | 64 | 34 |
| Octal | 377 | 14 | 173 | 0 | 137 | 64 | 0 | 515 | 144 | 64 |
| Binary | 11111111 | 1100 | 1111011 | 0 | 1011111 | 110100 | 0 | 101001101 | 1100100 | 110100 |
Color Harmonies of #FF0C7B
Complementary color
Monochromatic Colors of #FF0C7B
Black with #FF0C7B
Text Example
Text Example
White with #FF0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C7B; }
p { color: rgb(255,12,123); }
H1.HeaderClassName
{
color: #FF0C7B;
}
.AnyTagClassName
{
color: #FF0C7B;
}
</style>
background-color css
<style>
a { background-color: #FF0C7B; }
a { background-color: rgb(255,12,123); }
div.DivClassName
{
background-color: #FF0C7B;
}
.BgClassName
{
background-color: #FF0C7B;
}
</style>
border-color css
<style>
span { border-color: #FF0C7B; }
span { border-color: rgb(255,12,123); }
td.TdClassName
{
border-color: #FF0C7B;
}
.TagClassName
{
border-color: #FF0C7B;
}
</style>