Shades of Razzle Dazzle Rose #F431D5
Tints of Razzle Dazzle Rose #F431D5
RGB
CMYK
RGB Variations
Color information
#F431D5 (or 0xF431D5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and D5. RGB value is (244,49,213). Sum of RGB (Red+Green+Blue) = 244+49+213=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F431D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431D5 is #0BCE2A. Grayscale: #7D7D7D. Windows color (decimal): -773675 or 13971956. OLE color: 13971956.
HSL color Cylindrical-coordinate representation of color #F431D5: hue angle of 309.54º 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 #F431D5 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 213 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.04 |
| HSL | 309.54º | 0.9% | 0.57% | - |
| HSV(B) | 309.54º | 0.8% | 0.96% | - |
| XYZ | 50.42 | 26.23 | 65.36 | - |
| YUV | 126 | 177.1 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 213 | 0 | 0.80 | 0.13 | 0.04 | 309.54 | 0.9 | 0.57 |
| Hex | F4 | 31 | D5 | 0 | 50 | D | 4 | 136 | 5A | 39 |
| Octal | 364 | 61 | 325 | 0 | 120 | 15 | 4 | 466 | 132 | 71 |
| Binary | 11110100 | 110001 | 11010101 | 0 | 1010000 | 1101 | 100 | 100110110 | 1011010 | 111001 |
Color Harmonies of #F431D5
Complementary color
Monochromatic Colors of #F431D5
Black with #F431D5
Text Example
Text Example
White with #F431D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431D5; }
p { color: rgb(244,49,213); }
H1.HeaderClassName
{
color: #F431D5;
}
.AnyTagClassName
{
color: #F431D5;
}
</style>
background-color css
<style>
a { background-color: #F431D5; }
a { background-color: rgb(244,49,213); }
div.DivClassName
{
background-color: #F431D5;
}
.BgClassName
{
background-color: #F431D5;
}
</style>
border-color css
<style>
span { border-color: #F431D5; }
span { border-color: rgb(244,49,213); }
td.TdClassName
{
border-color: #F431D5;
}
.TagClassName
{
border-color: #F431D5;
}
</style>