Shades of Razzle Dazzle Rose #F426DF
Tints of Razzle Dazzle Rose #F426DF
RGB
CMYK
RGB Variations
Color information
#F426DF (or 0xF426DF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and DF. RGB value is (244,38,223). Sum of RGB (Red+Green+Blue) = 244+38+223=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 38 (15.23% from 255 or 7.52% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F426DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426DF is #0BD920. Grayscale: #787878. Windows color (decimal): -776481 or 14624500. OLE color: 14624500.
HSL color Cylindrical-coordinate representation of color #F426DF: hue angle of 306.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F426DF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 223 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.04 |
| HSL | 306.12º | 0.9% | 0.55% | - |
| HSV(B) | 306.12º | 0.84% | 0.96% | - |
| XYZ | 51.32 | 25.95 | 72.12 | - |
| YUV | 120.68 | 185.75 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 223 | 0 | 0.84 | 0.09 | 0.04 | 306.12 | 0.9 | 0.55 |
| Hex | F4 | 26 | DF | 0 | 54 | 9 | 4 | 132 | 5A | 37 |
| Octal | 364 | 46 | 337 | 0 | 124 | 11 | 4 | 462 | 132 | 67 |
| Binary | 11110100 | 100110 | 11011111 | 0 | 1010100 | 1001 | 100 | 100110010 | 1011010 | 110111 |
Color Harmonies of #F426DF
Complementary color
Monochromatic Colors of #F426DF
Black with #F426DF
Text Example
Text Example
White with #F426DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426DF; }
p { color: rgb(244,38,223); }
H1.HeaderClassName
{
color: #F426DF;
}
.AnyTagClassName
{
color: #F426DF;
}
</style>
background-color css
<style>
a { background-color: #F426DF; }
a { background-color: rgb(244,38,223); }
div.DivClassName
{
background-color: #F426DF;
}
.BgClassName
{
background-color: #F426DF;
}
</style>
border-color css
<style>
span { border-color: #F426DF; }
span { border-color: rgb(244,38,223); }
td.TdClassName
{
border-color: #F426DF;
}
.TagClassName
{
border-color: #F426DF;
}
</style>