Shades of Razzle Dazzle Rose #F431DF
Tints of Razzle Dazzle Rose #F431DF
RGB
CMYK
RGB Variations
Color information
#F431DF (or 0xF431DF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and DF. RGB value is (244,49,223). Sum of RGB (Red+Green+Blue) = 244+49+223=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F431DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431DF is #0BCE20. Grayscale: #7E7E7E. Windows color (decimal): -773665 or 14627316. OLE color: 14627316.
HSL color Cylindrical-coordinate representation of color #F431DF: hue angle of 306.46º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431DF is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 223 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.04 |
| HSL | 306.46º | 0.9% | 0.57% | - |
| HSV(B) | 306.46º | 0.8% | 0.96% | - |
| XYZ | 51.73 | 26.76 | 72.25 | - |
| YUV | 127.14 | 182.1 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 223 | 0 | 0.80 | 0.09 | 0.04 | 306.46 | 0.9 | 0.57 |
| Hex | F4 | 31 | DF | 0 | 50 | 9 | 4 | 132 | 5A | 39 |
| Octal | 364 | 61 | 337 | 0 | 120 | 11 | 4 | 462 | 132 | 71 |
| Binary | 11110100 | 110001 | 11011111 | 0 | 1010000 | 1001 | 100 | 100110010 | 1011010 | 111001 |
Color Harmonies of #F431DF
Complementary color
Monochromatic Colors of #F431DF
Black with #F431DF
Text Example
Text Example
White with #F431DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431DF; }
p { color: rgb(244,49,223); }
H1.HeaderClassName
{
color: #F431DF;
}
.AnyTagClassName
{
color: #F431DF;
}
</style>
background-color css
<style>
a { background-color: #F431DF; }
a { background-color: rgb(244,49,223); }
div.DivClassName
{
background-color: #F431DF;
}
.BgClassName
{
background-color: #F431DF;
}
</style>
border-color css
<style>
span { border-color: #F431DF; }
span { border-color: rgb(244,49,223); }
td.TdClassName
{
border-color: #F431DF;
}
.TagClassName
{
border-color: #F431DF;
}
</style>