Shades of Deep Pink #F00683
Tints of Deep Pink #F00683
RGB
CMYK
RGB Variations
Color information
#F00683 (or 0xF00683) is known color: Deep Pink. HEX triplet: F0, 06 and 83. RGB value is (240,6,131). Sum of RGB (Red+Green+Blue) = 240+6+131=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00683 is #0FF97C. Grayscale: #595959. Windows color (decimal): -1046909 or 8586992. OLE color: 8586992.
HSL color Cylindrical-coordinate representation of color #F00683: hue angle of 327.95º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00683 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 131 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.06 |
| HSL | 327.95º | 0.95% | 0.48% | - |
| HSV(B) | 327.95º | 0.98% | 0.94% | - |
| XYZ | 40.1 | 20.29 | 23.28 | - |
| YUV | 90.22 | 151.02 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 131 | 0 | 0.98 | 0.45 | 0.06 | 327.95 | 0.95 | 0.48 |
| Hex | F0 | 6 | 83 | 0 | 62 | 2D | 6 | 148 | 5F | 30 |
| Octal | 360 | 6 | 203 | 0 | 142 | 55 | 6 | 510 | 137 | 60 |
| Binary | 11110000 | 110 | 10000011 | 0 | 1100010 | 101101 | 110 | 101001000 | 1011111 | 110000 |
Color Harmonies of #F00683
Complementary color
Monochromatic Colors of #F00683
Black with #F00683
Text Example
Text Example
White with #F00683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00683; }
p { color: rgb(240,6,131); }
H1.HeaderClassName
{
color: #F00683;
}
.AnyTagClassName
{
color: #F00683;
}
</style>
background-color css
<style>
a { background-color: #F00683; }
a { background-color: rgb(240,6,131); }
div.DivClassName
{
background-color: #F00683;
}
.BgClassName
{
background-color: #F00683;
}
</style>
border-color css
<style>
span { border-color: #F00683; }
span { border-color: rgb(240,6,131); }
td.TdClassName
{
border-color: #F00683;
}
.TagClassName
{
border-color: #F00683;
}
</style>