Shades of Razzle Dazzle Rose #F428DF
Tints of Razzle Dazzle Rose #F428DF
RGB
CMYK
RGB Variations
Color information
#F428DF (or 0xF428DF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and DF. RGB value is (244,40,223). Sum of RGB (Red+Green+Blue) = 244+40+223=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F428DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428DF is #0BD720. Grayscale: #797979. Windows color (decimal): -775969 or 14625012. OLE color: 14625012.
HSL color Cylindrical-coordinate representation of color #F428DF: hue angle of 306.18º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428DF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 223 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.04 |
| HSL | 306.18º | 0.9% | 0.56% | - |
| HSV(B) | 306.18º | 0.84% | 0.96% | - |
| XYZ | 51.39 | 26.08 | 72.14 | - |
| YUV | 121.86 | 185.09 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 223 | 0 | 0.84 | 0.09 | 0.04 | 306.18 | 0.9 | 0.56 |
| Hex | F4 | 28 | DF | 0 | 54 | 9 | 4 | 132 | 5A | 38 |
| Octal | 364 | 50 | 337 | 0 | 124 | 11 | 4 | 462 | 132 | 70 |
| Binary | 11110100 | 101000 | 11011111 | 0 | 1010100 | 1001 | 100 | 100110010 | 1011010 | 111000 |
Color Harmonies of #F428DF
Complementary color
Monochromatic Colors of #F428DF
Black with #F428DF
Text Example
Text Example
White with #F428DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428DF; }
p { color: rgb(244,40,223); }
H1.HeaderClassName
{
color: #F428DF;
}
.AnyTagClassName
{
color: #F428DF;
}
</style>
background-color css
<style>
a { background-color: #F428DF; }
a { background-color: rgb(244,40,223); }
div.DivClassName
{
background-color: #F428DF;
}
.BgClassName
{
background-color: #F428DF;
}
</style>
border-color css
<style>
span { border-color: #F428DF; }
span { border-color: rgb(244,40,223); }
td.TdClassName
{
border-color: #F428DF;
}
.TagClassName
{
border-color: #F428DF;
}
</style>