Shades of Deep Pink #F0068B
Tints of Deep Pink #F0068B
RGB
CMYK
RGB Variations
Color information
#F0068B (or 0xF0068B) is known color: Deep Pink. HEX triplet: F0, 06 and 8B. RGB value is (240,6,139). Sum of RGB (Red+Green+Blue) = 240+6+139=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0068B is #0FF974. Grayscale: #5A5A5A. Windows color (decimal): -1046901 or 9111280. OLE color: 9111280.
HSL color Cylindrical-coordinate representation of color #F0068B: hue angle of 325.9º 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 #F0068B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 139 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.06 |
| HSL | 325.9º | 0.95% | 0.48% | - |
| HSV(B) | 325.9º | 0.98% | 0.94% | - |
| XYZ | 40.66 | 20.52 | 26.24 | - |
| YUV | 91.13 | 155.02 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 139 | 0 | 0.98 | 0.42 | 0.06 | 325.9 | 0.95 | 0.48 |
| Hex | F0 | 6 | 8B | 0 | 62 | 2A | 6 | 146 | 5F | 30 |
| Octal | 360 | 6 | 213 | 0 | 142 | 52 | 6 | 506 | 137 | 60 |
| Binary | 11110000 | 110 | 10001011 | 0 | 1100010 | 101010 | 110 | 101000110 | 1011111 | 110000 |
Color Harmonies of #F0068B
Complementary color
Monochromatic Colors of #F0068B
Black with #F0068B
Text Example
Text Example
White with #F0068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0068B; }
p { color: rgb(240,6,139); }
H1.HeaderClassName
{
color: #F0068B;
}
.AnyTagClassName
{
color: #F0068B;
}
</style>
background-color css
<style>
a { background-color: #F0068B; }
a { background-color: rgb(240,6,139); }
div.DivClassName
{
background-color: #F0068B;
}
.BgClassName
{
background-color: #F0068B;
}
</style>
border-color css
<style>
span { border-color: #F0068B; }
span { border-color: rgb(240,6,139); }
td.TdClassName
{
border-color: #F0068B;
}
.TagClassName
{
border-color: #F0068B;
}
</style>