Shades of Razzle Dazzle Rose #F423DC
Tints of Razzle Dazzle Rose #F423DC
RGB
CMYK
RGB Variations
Color information
#F423DC (or 0xF423DC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 23 and DC. RGB value is (244,35,220). Sum of RGB (Red+Green+Blue) = 244+35+220=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F423DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F423DC is #0BDC23. Grayscale: #767676. Windows color (decimal): -777252 or 14427124. OLE color: 14427124.
HSL color Cylindrical-coordinate representation of color #F423DC: hue angle of 306.89º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F423DC is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 220 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.04 |
| HSL | 306.89º | 0.9% | 0.55% | - |
| HSV(B) | 306.89º | 0.86% | 0.96% | - |
| XYZ | 50.83 | 25.6 | 69.97 | - |
| YUV | 118.58 | 185.24 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 220 | 0 | 0.86 | 0.10 | 0.04 | 306.89 | 0.9 | 0.55 |
| Hex | F4 | 23 | DC | 0 | 56 | A | 4 | 133 | 5A | 37 |
| Octal | 364 | 43 | 334 | 0 | 126 | 12 | 4 | 463 | 132 | 67 |
| Binary | 11110100 | 100011 | 11011100 | 0 | 1010110 | 1010 | 100 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F423DC
Complementary color
Monochromatic Colors of #F423DC
Black with #F423DC
Text Example
Text Example
White with #F423DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423DC; }
p { color: rgb(244,35,220); }
H1.HeaderClassName
{
color: #F423DC;
}
.AnyTagClassName
{
color: #F423DC;
}
</style>
background-color css
<style>
a { background-color: #F423DC; }
a { background-color: rgb(244,35,220); }
div.DivClassName
{
background-color: #F423DC;
}
.BgClassName
{
background-color: #F423DC;
}
</style>
border-color css
<style>
span { border-color: #F423DC; }
span { border-color: rgb(244,35,220); }
td.TdClassName
{
border-color: #F423DC;
}
.TagClassName
{
border-color: #F423DC;
}
</style>