Shades of Razzle Dazzle Rose #F423D6
Tints of Razzle Dazzle Rose #F423D6
RGB
CMYK
RGB Variations
Color information
#F423D6 (or 0xF423D6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 23 and D6. RGB value is (244,35,214). Sum of RGB (Red+Green+Blue) = 244+35+214=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F423D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F423D6 is #0BDC29. Grayscale: #757575. Windows color (decimal): -777258 or 14033908. OLE color: 14033908.
HSL color Cylindrical-coordinate representation of color #F423D6: hue angle of 308.61º 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 #F423D6 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 214 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.04 |
| HSL | 308.61º | 0.9% | 0.55% | - |
| HSV(B) | 308.61º | 0.86% | 0.96% | - |
| XYZ | 50.05 | 25.29 | 65.86 | - |
| YUV | 117.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 214 | 0 | 0.86 | 0.12 | 0.04 | 308.61 | 0.9 | 0.55 |
| Hex | F4 | 23 | D6 | 0 | 56 | C | 4 | 135 | 5A | 37 |
| Octal | 364 | 43 | 326 | 0 | 126 | 14 | 4 | 465 | 132 | 67 |
| Binary | 11110100 | 100011 | 11010110 | 0 | 1010110 | 1100 | 100 | 100110101 | 1011010 | 110111 |
Color Harmonies of #F423D6
Complementary color
Monochromatic Colors of #F423D6
Black with #F423D6
Text Example
Text Example
White with #F423D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423D6; }
p { color: rgb(244,35,214); }
H1.HeaderClassName
{
color: #F423D6;
}
.AnyTagClassName
{
color: #F423D6;
}
</style>
background-color css
<style>
a { background-color: #F423D6; }
a { background-color: rgb(244,35,214); }
div.DivClassName
{
background-color: #F423D6;
}
.BgClassName
{
background-color: #F423D6;
}
</style>
border-color css
<style>
span { border-color: #F423D6; }
span { border-color: rgb(244,35,214); }
td.TdClassName
{
border-color: #F423D6;
}
.TagClassName
{
border-color: #F423D6;
}
</style>