Shades of Razzle Dazzle Rose #F431D0
Tints of Razzle Dazzle Rose #F431D0
RGB
CMYK
RGB Variations
Color information
#F431D0 (or 0xF431D0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and D0. RGB value is (244,49,208). Sum of RGB (Red+Green+Blue) = 244+49+208=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F431D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431D0 is #0BCE2F. Grayscale: #7C7C7C. Windows color (decimal): -773680 or 13644276. OLE color: 13644276.
HSL color Cylindrical-coordinate representation of color #F431D0: hue angle of 311.08º 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 #F431D0 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 208 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.04 |
| HSL | 311.08º | 0.9% | 0.57% | - |
| HSV(B) | 311.08º | 0.8% | 0.96% | - |
| XYZ | 49.79 | 25.98 | 62.07 | - |
| YUV | 125.43 | 174.6 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 208 | 0 | 0.80 | 0.15 | 0.04 | 311.08 | 0.9 | 0.57 |
| Hex | F4 | 31 | D0 | 0 | 50 | F | 4 | 137 | 5A | 39 |
| Octal | 364 | 61 | 320 | 0 | 120 | 17 | 4 | 467 | 132 | 71 |
| Binary | 11110100 | 110001 | 11010000 | 0 | 1010000 | 1111 | 100 | 100110111 | 1011010 | 111001 |
Color Harmonies of #F431D0
Complementary color
Monochromatic Colors of #F431D0
Black with #F431D0
Text Example
Text Example
White with #F431D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431D0; }
p { color: rgb(244,49,208); }
H1.HeaderClassName
{
color: #F431D0;
}
.AnyTagClassName
{
color: #F431D0;
}
</style>
background-color css
<style>
a { background-color: #F431D0; }
a { background-color: rgb(244,49,208); }
div.DivClassName
{
background-color: #F431D0;
}
.BgClassName
{
background-color: #F431D0;
}
</style>
border-color css
<style>
span { border-color: #F431D0; }
span { border-color: rgb(244,49,208); }
td.TdClassName
{
border-color: #F431D0;
}
.TagClassName
{
border-color: #F431D0;
}
</style>