Shades of Razzle Dazzle Rose #F44EC1
Tints of Razzle Dazzle Rose #F44EC1
RGB
CMYK
RGB Variations
Color information
#F44EC1 (or 0xF44EC1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 4E and C1. RGB value is (244,78,193). Sum of RGB (Red+Green+Blue) = 244+78+193=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F44EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44EC1 is #0BB13E. Grayscale: #8C8C8C. Windows color (decimal): -766271 or 12668660. OLE color: 12668660.
HSL color Cylindrical-coordinate representation of color #F44EC1: hue angle of 318.43º 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 #F44EC1 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 193 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.04 |
| HSL | 318.43º | 0.88% | 0.63% | - |
| HSV(B) | 318.43º | 0.68% | 0.96% | - |
| XYZ | 49.66 | 28.53 | 53.34 | - |
| YUV | 140.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 193 | 0 | 0.68 | 0.21 | 0.04 | 318.43 | 0.88 | 0.63 |
| Hex | F4 | 4E | C1 | 0 | 44 | 15 | 4 | 13E | 58 | 3F |
| Octal | 364 | 116 | 301 | 0 | 104 | 25 | 4 | 476 | 130 | 77 |
| Binary | 11110100 | 1001110 | 11000001 | 0 | 1000100 | 10101 | 100 | 100111110 | 1011000 | 111111 |
Color Harmonies of #F44EC1
Complementary color
Monochromatic Colors of #F44EC1
Black with #F44EC1
Text Example
Text Example
White with #F44EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44EC1; }
p { color: rgb(244,78,193); }
H1.HeaderClassName
{
color: #F44EC1;
}
.AnyTagClassName
{
color: #F44EC1;
}
</style>
background-color css
<style>
a { background-color: #F44EC1; }
a { background-color: rgb(244,78,193); }
div.DivClassName
{
background-color: #F44EC1;
}
.BgClassName
{
background-color: #F44EC1;
}
</style>
border-color css
<style>
span { border-color: #F44EC1; }
span { border-color: rgb(244,78,193); }
td.TdClassName
{
border-color: #F44EC1;
}
.TagClassName
{
border-color: #F44EC1;
}
</style>