Shades of Deep Pink #F60183
Tints of Deep Pink #F60183
RGB
CMYK
RGB Variations
Color information
#F60183 (or 0xF60183) is known color: Deep Pink. HEX triplet: F6, 01 and 83. RGB value is (246,1,131). Sum of RGB (Red+Green+Blue) = 246+1+131=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F60183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60183 is #09FE7C. Grayscale: #585858. Windows color (decimal): -654973 or 8585718. OLE color: 8585718.
HSL color Cylindrical-coordinate representation of color #F60183: hue angle of 328.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60183 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.04 |
| HSL | 328.16º | 0.99% | 0.48% | - |
| HSV(B) | 328.16º | 1% | 0.96% | - |
| XYZ | 42.11 | 21.25 | 23.36 | - |
| YUV | 89.08 | 151.67 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 131 | 0 | 1.00 | 0.47 | 0.04 | 328.16 | 0.99 | 0.48 |
| Hex | F6 | 1 | 83 | 0 | 64 | 2F | 4 | 148 | 63 | 30 |
| Octal | 366 | 1 | 203 | 0 | 144 | 57 | 4 | 510 | 143 | 60 |
| Binary | 11110110 | 1 | 10000011 | 0 | 1100100 | 101111 | 100 | 101001000 | 1100011 | 110000 |
Color Harmonies of #F60183
Complementary color
Monochromatic Colors of #F60183
Black with #F60183
Text Example
Text Example
White with #F60183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60183; }
p { color: rgb(246,1,131); }
H1.HeaderClassName
{
color: #F60183;
}
.AnyTagClassName
{
color: #F60183;
}
</style>
background-color css
<style>
a { background-color: #F60183; }
a { background-color: rgb(246,1,131); }
div.DivClassName
{
background-color: #F60183;
}
.BgClassName
{
background-color: #F60183;
}
</style>
border-color css
<style>
span { border-color: #F60183; }
span { border-color: rgb(246,1,131); }
td.TdClassName
{
border-color: #F60183;
}
.TagClassName
{
border-color: #F60183;
}
</style>