Shades of Razzle Dazzle Rose #F448C0
Tints of Razzle Dazzle Rose #F448C0
RGB
CMYK
RGB Variations
Color information
#F448C0 (or 0xF448C0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and C0. RGB value is (244,72,192). Sum of RGB (Red+Green+Blue) = 244+72+192=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F448C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448C0 is #0BB73F. Grayscale: #888888. Windows color (decimal): -767808 or 12601588. OLE color: 12601588.
HSL color Cylindrical-coordinate representation of color #F448C0: hue angle of 318.14º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F448C0 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 192 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.04 |
| HSL | 318.14º | 0.89% | 0.62% | - |
| HSV(B) | 318.14º | 0.7% | 0.96% | - |
| XYZ | 49.14 | 27.67 | 52.62 | - |
| YUV | 137.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 192 | 0 | 0.70 | 0.21 | 0.04 | 318.14 | 0.89 | 0.62 |
| Hex | F4 | 48 | C0 | 0 | 46 | 15 | 4 | 13E | 59 | 3E |
| Octal | 364 | 110 | 300 | 0 | 106 | 25 | 4 | 476 | 131 | 76 |
| Binary | 11110100 | 1001000 | 11000000 | 0 | 1000110 | 10101 | 100 | 100111110 | 1011001 | 111110 |
Color Harmonies of #F448C0
Complementary color
Monochromatic Colors of #F448C0
Black with #F448C0
Text Example
Text Example
White with #F448C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F448C0; }
p { color: rgb(244,72,192); }
H1.HeaderClassName
{
color: #F448C0;
}
.AnyTagClassName
{
color: #F448C0;
}
</style>
background-color css
<style>
a { background-color: #F448C0; }
a { background-color: rgb(244,72,192); }
div.DivClassName
{
background-color: #F448C0;
}
.BgClassName
{
background-color: #F448C0;
}
</style>
border-color css
<style>
span { border-color: #F448C0; }
span { border-color: rgb(244,72,192); }
td.TdClassName
{
border-color: #F448C0;
}
.TagClassName
{
border-color: #F448C0;
}
</style>