Shades of Deep Pink #FF0C83
Tints of Deep Pink #FF0C83
RGB
CMYK
RGB Variations
Color information
#FF0C83 (or 0xFF0C83) is known color: Deep Pink. HEX triplet: FF, 0C and 83. RGB value is (255,12,131). Sum of RGB (Red+Green+Blue) = 255+12+131=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0C83 is #00F37C. Grayscale: #616161. Windows color (decimal): -62333 or 8588543. OLE color: 8588543.
HSL color Cylindrical-coordinate representation of color #FF0C83: hue angle of 330.62º 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 #FF0C83 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.49 | 0 |
| HSL | 330.62º | 1% | 0.52% | - |
| HSV(B) | 330.62º | 0.95% | 1% | - |
| XYZ | 45.47 | 23.16 | 23.55 | - |
| YUV | 98.22 | 146.51 | 239.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 131 | 0 | 0.95 | 0.49 | 0 | 330.62 | 1 | 0.52 |
| Hex | FF | C | 83 | 0 | 5F | 31 | 0 | 14B | 64 | 34 |
| Octal | 377 | 14 | 203 | 0 | 137 | 61 | 0 | 513 | 144 | 64 |
| Binary | 11111111 | 1100 | 10000011 | 0 | 1011111 | 110001 | 0 | 101001011 | 1100100 | 110100 |
Color Harmonies of #FF0C83
Complementary color
Monochromatic Colors of #FF0C83
Black with #FF0C83
Text Example
Text Example
White with #FF0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C83; }
p { color: rgb(255,12,131); }
H1.HeaderClassName
{
color: #FF0C83;
}
.AnyTagClassName
{
color: #FF0C83;
}
</style>
background-color css
<style>
a { background-color: #FF0C83; }
a { background-color: rgb(255,12,131); }
div.DivClassName
{
background-color: #FF0C83;
}
.BgClassName
{
background-color: #FF0C83;
}
</style>
border-color css
<style>
span { border-color: #FF0C83; }
span { border-color: rgb(255,12,131); }
td.TdClassName
{
border-color: #FF0C83;
}
.TagClassName
{
border-color: #FF0C83;
}
</style>