Shades of Razzle Dazzle Rose #F445DC
Tints of Razzle Dazzle Rose #F445DC
RGB
CMYK
RGB Variations
Color information
#F445DC (or 0xF445DC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 45 and DC. RGB value is (244,69,220). Sum of RGB (Red+Green+Blue) = 244+69+220=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F445DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F445DC is #0BBA23. Grayscale: #8A8A8A. Windows color (decimal): -768548 or 14435828. OLE color: 14435828.
HSL color Cylindrical-coordinate representation of color #F445DC: hue angle of 308.23º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F445DC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 220 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.04 |
| HSL | 308.23º | 0.89% | 0.61% | - |
| HSV(B) | 308.23º | 0.72% | 0.96% | - |
| XYZ | 52.35 | 28.66 | 70.48 | - |
| YUV | 138.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 220 | 0 | 0.72 | 0.10 | 0.04 | 308.23 | 0.89 | 0.61 |
| Hex | F4 | 45 | DC | 0 | 48 | A | 4 | 134 | 59 | 3D |
| Octal | 364 | 105 | 334 | 0 | 110 | 12 | 4 | 464 | 131 | 75 |
| Binary | 11110100 | 1000101 | 11011100 | 0 | 1001000 | 1010 | 100 | 100110100 | 1011001 | 111101 |
Color Harmonies of #F445DC
Complementary color
Monochromatic Colors of #F445DC
Black with #F445DC
Text Example
Text Example
White with #F445DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F445DC; }
p { color: rgb(244,69,220); }
H1.HeaderClassName
{
color: #F445DC;
}
.AnyTagClassName
{
color: #F445DC;
}
</style>
background-color css
<style>
a { background-color: #F445DC; }
a { background-color: rgb(244,69,220); }
div.DivClassName
{
background-color: #F445DC;
}
.BgClassName
{
background-color: #F445DC;
}
</style>
border-color css
<style>
span { border-color: #F445DC; }
span { border-color: rgb(244,69,220); }
td.TdClassName
{
border-color: #F445DC;
}
.TagClassName
{
border-color: #F445DC;
}
</style>