Shades of Razzle Dazzle Rose #F431D1
Tints of Razzle Dazzle Rose #F431D1
RGB
CMYK
RGB Variations
Color information
#F431D1 (or 0xF431D1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and D1. RGB value is (244,49,209). Sum of RGB (Red+Green+Blue) = 244+49+209=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F431D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431D1 is #0BCE2E. Grayscale: #7D7D7D. Windows color (decimal): -773679 or 13709812. OLE color: 13709812.
HSL color Cylindrical-coordinate representation of color #F431D1: hue angle of 310.77º 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 #F431D1 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 209 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.04 |
| HSL | 310.77º | 0.9% | 0.57% | - |
| HSV(B) | 310.77º | 0.8% | 0.96% | - |
| XYZ | 49.92 | 26.03 | 62.72 | - |
| YUV | 125.55 | 175.1 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 209 | 0 | 0.80 | 0.14 | 0.04 | 310.77 | 0.9 | 0.57 |
| Hex | F4 | 31 | D1 | 0 | 50 | E | 4 | 137 | 5A | 39 |
| Octal | 364 | 61 | 321 | 0 | 120 | 16 | 4 | 467 | 132 | 71 |
| Binary | 11110100 | 110001 | 11010001 | 0 | 1010000 | 1110 | 100 | 100110111 | 1011010 | 111001 |
Color Harmonies of #F431D1
Complementary color
Monochromatic Colors of #F431D1
Black with #F431D1
Text Example
Text Example
White with #F431D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431D1; }
p { color: rgb(244,49,209); }
H1.HeaderClassName
{
color: #F431D1;
}
.AnyTagClassName
{
color: #F431D1;
}
</style>
background-color css
<style>
a { background-color: #F431D1; }
a { background-color: rgb(244,49,209); }
div.DivClassName
{
background-color: #F431D1;
}
.BgClassName
{
background-color: #F431D1;
}
</style>
border-color css
<style>
span { border-color: #F431D1; }
span { border-color: rgb(244,49,209); }
td.TdClassName
{
border-color: #F431D1;
}
.TagClassName
{
border-color: #F431D1;
}
</style>