Shades of Deep Pink #F4067B
Tints of Deep Pink #F4067B
RGB
CMYK
RGB Variations
Color information
#F4067B (or 0xF4067B) is known color: Deep Pink. HEX triplet: F4, 06 and 7B. RGB value is (244,6,123). Sum of RGB (Red+Green+Blue) = 244+6+123=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4067B is #0BF984. Grayscale: #5A5A5A. Windows color (decimal): -784773 or 8062708. OLE color: 8062708.
HSL color Cylindrical-coordinate representation of color #F4067B: hue angle of 330.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4067B is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 123 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.04 |
| HSL | 330.5º | 0.95% | 0.49% | - |
| HSV(B) | 330.5º | 0.98% | 0.96% | - |
| XYZ | 40.95 | 20.79 | 20.59 | - |
| YUV | 90.5 | 146.35 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 123 | 0 | 0.98 | 0.50 | 0.04 | 330.5 | 0.95 | 0.49 |
| Hex | F4 | 6 | 7B | 0 | 62 | 32 | 4 | 14B | 5F | 31 |
| Octal | 364 | 6 | 173 | 0 | 142 | 62 | 4 | 513 | 137 | 61 |
| Binary | 11110100 | 110 | 1111011 | 0 | 1100010 | 110010 | 100 | 101001011 | 1011111 | 110001 |
Color Harmonies of #F4067B
Complementary color
Monochromatic Colors of #F4067B
Black with #F4067B
Text Example
Text Example
White with #F4067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4067B; }
p { color: rgb(244,6,123); }
H1.HeaderClassName
{
color: #F4067B;
}
.AnyTagClassName
{
color: #F4067B;
}
</style>
background-color css
<style>
a { background-color: #F4067B; }
a { background-color: rgb(244,6,123); }
div.DivClassName
{
background-color: #F4067B;
}
.BgClassName
{
background-color: #F4067B;
}
</style>
border-color css
<style>
span { border-color: #F4067B; }
span { border-color: rgb(244,6,123); }
td.TdClassName
{
border-color: #F4067B;
}
.TagClassName
{
border-color: #F4067B;
}
</style>