Shades of Dark Pink #F44F7B
Tints of Dark Pink #F44F7B
RGB
CMYK
RGB Variations
Color information
#F44F7B (or 0xF44F7B) is known color: Dark Pink. HEX triplet: F4, 4F and 7B. RGB value is (244,79,123). Sum of RGB (Red+Green+Blue) = 244+79+123=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44F7B is #0BB084. Grayscale: #858585. Windows color (decimal): -766085 or 8081396. OLE color: 8081396.
HSL color Cylindrical-coordinate representation of color #F44F7B: hue angle of 344º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44F7B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 79 | 123 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.04 |
| HSL | 344º | 0.88% | 0.63% | - |
| HSV(B) | 344º | 0.68% | 0.96% | - |
| XYZ | 43.68 | 26.26 | 21.5 | - |
| YUV | 133.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 79 | 123 | 0 | 0.68 | 0.50 | 0.04 | 344 | 0.88 | 0.63 |
| Hex | F4 | 4F | 7B | 0 | 44 | 32 | 4 | 158 | 58 | 3F |
| Octal | 364 | 117 | 173 | 0 | 104 | 62 | 4 | 530 | 130 | 77 |
| Binary | 11110100 | 1001111 | 1111011 | 0 | 1000100 | 110010 | 100 | 101011000 | 1011000 | 111111 |
Color Harmonies of #F44F7B
Complementary color
Monochromatic Colors of #F44F7B
Black with #F44F7B
Text Example
Text Example
White with #F44F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44F7B; }
p { color: rgb(244,79,123); }
H1.HeaderClassName
{
color: #F44F7B;
}
.AnyTagClassName
{
color: #F44F7B;
}
</style>
background-color css
<style>
a { background-color: #F44F7B; }
a { background-color: rgb(244,79,123); }
div.DivClassName
{
background-color: #F44F7B;
}
.BgClassName
{
background-color: #F44F7B;
}
</style>
border-color css
<style>
span { border-color: #F44F7B; }
span { border-color: rgb(244,79,123); }
td.TdClassName
{
border-color: #F44F7B;
}
.TagClassName
{
border-color: #F44F7B;
}
</style>