Shades of Razzle Dazzle Rose #F31BDD
Tints of Razzle Dazzle Rose #F31BDD
RGB
CMYK
RGB Variations
Color information
#F31BDD (or 0xF31BDD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1B and DD. RGB value is (243,27,221). Sum of RGB (Red+Green+Blue) = 243+27+221=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31BDD is #0CE422. Grayscale: #717171. Windows color (decimal): -844835 or 14490611. OLE color: 14490611.
HSL color Cylindrical-coordinate representation of color #F31BDD: hue angle of 306.11º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BDD is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.05 |
| HSL | 306.11º | 0.9% | 0.53% | - |
| HSV(B) | 306.11º | 0.89% | 0.95% | - |
| XYZ | 50.41 | 25.06 | 70.59 | - |
| YUV | 113.7 | 188.56 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 221 | 0 | 0.89 | 0.09 | 0.05 | 306.11 | 0.9 | 0.53 |
| Hex | F3 | 1B | DD | 0 | 59 | 9 | 5 | 132 | 5A | 35 |
| Octal | 363 | 33 | 335 | 0 | 131 | 11 | 5 | 462 | 132 | 65 |
| Binary | 11110011 | 11011 | 11011101 | 0 | 1011001 | 1001 | 101 | 100110010 | 1011010 | 110101 |
Color Harmonies of #F31BDD
Complementary color
Monochromatic Colors of #F31BDD
Black with #F31BDD
Text Example
Text Example
White with #F31BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BDD; }
p { color: rgb(243,27,221); }
H1.HeaderClassName
{
color: #F31BDD;
}
.AnyTagClassName
{
color: #F31BDD;
}
</style>
background-color css
<style>
a { background-color: #F31BDD; }
a { background-color: rgb(243,27,221); }
div.DivClassName
{
background-color: #F31BDD;
}
.BgClassName
{
background-color: #F31BDD;
}
</style>
border-color css
<style>
span { border-color: #F31BDD; }
span { border-color: rgb(243,27,221); }
td.TdClassName
{
border-color: #F31BDD;
}
.TagClassName
{
border-color: #F31BDD;
}
</style>