Shades of Deep Pink #F0067B
Tints of Deep Pink #F0067B
RGB
CMYK
RGB Variations
Color information
#F0067B (or 0xF0067B) is known color: Deep Pink. HEX triplet: F0, 06 and 7B. RGB value is (240,6,123). Sum of RGB (Red+Green+Blue) = 240+6+123=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0067B is #0FF984. Grayscale: #595959. Windows color (decimal): -1046917 or 8062704. OLE color: 8062704.
HSL color Cylindrical-coordinate representation of color #F0067B: hue angle of 330º 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 #F0067B is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 123 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.06 |
| HSL | 330º | 0.95% | 0.48% | - |
| HSV(B) | 330º | 0.98% | 0.94% | - |
| XYZ | 39.58 | 20.09 | 20.53 | - |
| YUV | 89.3 | 147.02 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 123 | 0 | 0.98 | 0.49 | 0.06 | 330 | 0.95 | 0.48 |
| Hex | F0 | 6 | 7B | 0 | 62 | 31 | 6 | 14A | 5F | 30 |
| Octal | 360 | 6 | 173 | 0 | 142 | 61 | 6 | 512 | 137 | 60 |
| Binary | 11110000 | 110 | 1111011 | 0 | 1100010 | 110001 | 110 | 101001010 | 1011111 | 110000 |
Color Harmonies of #F0067B
Complementary color
Monochromatic Colors of #F0067B
Black with #F0067B
Text Example
Text Example
White with #F0067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0067B; }
p { color: rgb(240,6,123); }
H1.HeaderClassName
{
color: #F0067B;
}
.AnyTagClassName
{
color: #F0067B;
}
</style>
background-color css
<style>
a { background-color: #F0067B; }
a { background-color: rgb(240,6,123); }
div.DivClassName
{
background-color: #F0067B;
}
.BgClassName
{
background-color: #F0067B;
}
</style>
border-color css
<style>
span { border-color: #F0067B; }
span { border-color: rgb(240,6,123); }
td.TdClassName
{
border-color: #F0067B;
}
.TagClassName
{
border-color: #F0067B;
}
</style>