Shades of Razzle Dazzle Rose #F441D3
Tints of Razzle Dazzle Rose #F441D3
RGB
CMYK
RGB Variations
Color information
#F441D3 (or 0xF441D3) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and D3. RGB value is (244,65,211). Sum of RGB (Red+Green+Blue) = 244+65+211=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F441D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441D3 is #0BBE2C. Grayscale: #868686. Windows color (decimal): -769581 or 13844980. OLE color: 13844980.
HSL color Cylindrical-coordinate representation of color #F441D3: hue angle of 311.06º 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 #F441D3 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 211 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.04 |
| HSL | 311.06º | 0.89% | 0.61% | - |
| HSV(B) | 311.06º | 0.73% | 0.96% | - |
| XYZ | 50.96 | 27.72 | 64.29 | - |
| YUV | 135.17 | 170.8 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 211 | 0 | 0.73 | 0.14 | 0.04 | 311.06 | 0.89 | 0.61 |
| Hex | F4 | 41 | D3 | 0 | 49 | E | 4 | 137 | 59 | 3D |
| Octal | 364 | 101 | 323 | 0 | 111 | 16 | 4 | 467 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11010011 | 0 | 1001001 | 1110 | 100 | 100110111 | 1011001 | 111101 |
Color Harmonies of #F441D3
Complementary color
Monochromatic Colors of #F441D3
Black with #F441D3
Text Example
Text Example
White with #F441D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441D3; }
p { color: rgb(244,65,211); }
H1.HeaderClassName
{
color: #F441D3;
}
.AnyTagClassName
{
color: #F441D3;
}
</style>
background-color css
<style>
a { background-color: #F441D3; }
a { background-color: rgb(244,65,211); }
div.DivClassName
{
background-color: #F441D3;
}
.BgClassName
{
background-color: #F441D3;
}
</style>
border-color css
<style>
span { border-color: #F441D3; }
span { border-color: rgb(244,65,211); }
td.TdClassName
{
border-color: #F441D3;
}
.TagClassName
{
border-color: #F441D3;
}
</style>