Shades of Razzle Dazzle Rose #F44EC2
Tints of Razzle Dazzle Rose #F44EC2
RGB
CMYK
RGB Variations
Color information
#F44EC2 (or 0xF44EC2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 4E and C2. RGB value is (244,78,194). Sum of RGB (Red+Green+Blue) = 244+78+194=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F44EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44EC2 is #0BB13D. Grayscale: #8C8C8C. Windows color (decimal): -766270 or 12734196. OLE color: 12734196.
HSL color Cylindrical-coordinate representation of color #F44EC2: hue angle of 318.07º 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 #F44EC2 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 194 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.04 |
| HSL | 318.07º | 0.88% | 0.63% | - |
| HSV(B) | 318.07º | 0.68% | 0.96% | - |
| XYZ | 49.77 | 28.58 | 53.93 | - |
| YUV | 140.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 194 | 0 | 0.68 | 0.20 | 0.04 | 318.07 | 0.88 | 0.63 |
| Hex | F4 | 4E | C2 | 0 | 44 | 14 | 4 | 13E | 58 | 3F |
| Octal | 364 | 116 | 302 | 0 | 104 | 24 | 4 | 476 | 130 | 77 |
| Binary | 11110100 | 1001110 | 11000010 | 0 | 1000100 | 10100 | 100 | 100111110 | 1011000 | 111111 |
Color Harmonies of #F44EC2
Complementary color
Monochromatic Colors of #F44EC2
Black with #F44EC2
Text Example
Text Example
White with #F44EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44EC2; }
p { color: rgb(244,78,194); }
H1.HeaderClassName
{
color: #F44EC2;
}
.AnyTagClassName
{
color: #F44EC2;
}
</style>
background-color css
<style>
a { background-color: #F44EC2; }
a { background-color: rgb(244,78,194); }
div.DivClassName
{
background-color: #F44EC2;
}
.BgClassName
{
background-color: #F44EC2;
}
</style>
border-color css
<style>
span { border-color: #F44EC2; }
span { border-color: rgb(244,78,194); }
td.TdClassName
{
border-color: #F44EC2;
}
.TagClassName
{
border-color: #F44EC2;
}
</style>