Shades of Razzle Dazzle Rose #F441C0
Tints of Razzle Dazzle Rose #F441C0
RGB
CMYK
RGB Variations
Color information
#F441C0 (or 0xF441C0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and C0. RGB value is (244,65,192). Sum of RGB (Red+Green+Blue) = 244+65+192=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F441C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441C0 is #0BBE3F. Grayscale: #848484. Windows color (decimal): -769600 or 12599796. OLE color: 12599796.
HSL color Cylindrical-coordinate representation of color #F441C0: hue angle of 317.43º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441C0 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 192 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.04 |
| HSL | 317.43º | 0.89% | 0.61% | - |
| HSV(B) | 317.43º | 0.73% | 0.96% | - |
| XYZ | 48.71 | 26.82 | 52.48 | - |
| YUV | 133 | 161.3 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 192 | 0 | 0.73 | 0.21 | 0.04 | 317.43 | 0.89 | 0.61 |
| Hex | F4 | 41 | C0 | 0 | 49 | 15 | 4 | 13D | 59 | 3D |
| Octal | 364 | 101 | 300 | 0 | 111 | 25 | 4 | 475 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11000000 | 0 | 1001001 | 10101 | 100 | 100111101 | 1011001 | 111101 |
Color Harmonies of #F441C0
Complementary color
Monochromatic Colors of #F441C0
Black with #F441C0
Text Example
Text Example
White with #F441C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441C0; }
p { color: rgb(244,65,192); }
H1.HeaderClassName
{
color: #F441C0;
}
.AnyTagClassName
{
color: #F441C0;
}
</style>
background-color css
<style>
a { background-color: #F441C0; }
a { background-color: rgb(244,65,192); }
div.DivClassName
{
background-color: #F441C0;
}
.BgClassName
{
background-color: #F441C0;
}
</style>
border-color css
<style>
span { border-color: #F441C0; }
span { border-color: rgb(244,65,192); }
td.TdClassName
{
border-color: #F441C0;
}
.TagClassName
{
border-color: #F441C0;
}
</style>