Shades of Razzle Dazzle Rose #F431BD
Tints of Razzle Dazzle Rose #F431BD
RGB
CMYK
RGB Variations
Color information
#F431BD (or 0xF431BD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and BD. RGB value is (244,49,189). Sum of RGB (Red+Green+Blue) = 244+49+189=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F431BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431BD is #0BCE42. Grayscale: #7A7A7A. Windows color (decimal): -773699 or 12399092. OLE color: 12399092.
HSL color Cylindrical-coordinate representation of color #F431BD: hue angle of 316.92º 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 #F431BD is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 189 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.04 |
| HSL | 316.92º | 0.9% | 0.57% | - |
| HSV(B) | 316.92º | 0.8% | 0.96% | - |
| XYZ | 47.59 | 25.1 | 50.48 | - |
| YUV | 123.27 | 165.1 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 189 | 0 | 0.80 | 0.23 | 0.04 | 316.92 | 0.9 | 0.57 |
| Hex | F4 | 31 | BD | 0 | 50 | 17 | 4 | 13D | 5A | 39 |
| Octal | 364 | 61 | 275 | 0 | 120 | 27 | 4 | 475 | 132 | 71 |
| Binary | 11110100 | 110001 | 10111101 | 0 | 1010000 | 10111 | 100 | 100111101 | 1011010 | 111001 |
Color Harmonies of #F431BD
Complementary color
Monochromatic Colors of #F431BD
Black with #F431BD
Text Example
Text Example
White with #F431BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431BD; }
p { color: rgb(244,49,189); }
H1.HeaderClassName
{
color: #F431BD;
}
.AnyTagClassName
{
color: #F431BD;
}
</style>
background-color css
<style>
a { background-color: #F431BD; }
a { background-color: rgb(244,49,189); }
div.DivClassName
{
background-color: #F431BD;
}
.BgClassName
{
background-color: #F431BD;
}
</style>
border-color css
<style>
span { border-color: #F431BD; }
span { border-color: rgb(244,49,189); }
td.TdClassName
{
border-color: #F431BD;
}
.TagClassName
{
border-color: #F431BD;
}
</style>