Shades of Razzle Dazzle Rose #F31EDF
Tints of Razzle Dazzle Rose #F31EDF
RGB
CMYK
RGB Variations
Color information
#F31EDF (or 0xF31EDF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1E and DF. RGB value is (243,30,223). Sum of RGB (Red+Green+Blue) = 243+30+223=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EDF is #0CE120. Grayscale: #737373. Windows color (decimal): -844065 or 14622451. OLE color: 14622451.
HSL color Cylindrical-coordinate representation of color #F31EDF: hue angle of 305.63º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31EDF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 223 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.05 |
| HSL | 305.63º | 0.9% | 0.54% | - |
| HSV(B) | 305.63º | 0.88% | 0.95% | - |
| XYZ | 50.75 | 25.31 | 72.02 | - |
| YUV | 115.69 | 188.57 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 223 | 0 | 0.88 | 0.08 | 0.05 | 305.63 | 0.9 | 0.54 |
| Hex | F3 | 1E | DF | 0 | 58 | 8 | 5 | 132 | 5A | 36 |
| Octal | 363 | 36 | 337 | 0 | 130 | 10 | 5 | 462 | 132 | 66 |
| Binary | 11110011 | 11110 | 11011111 | 0 | 1011000 | 1000 | 101 | 100110010 | 1011010 | 110110 |
Color Harmonies of #F31EDF
Complementary color
Monochromatic Colors of #F31EDF
Black with #F31EDF
Text Example
Text Example
White with #F31EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EDF; }
p { color: rgb(243,30,223); }
H1.HeaderClassName
{
color: #F31EDF;
}
.AnyTagClassName
{
color: #F31EDF;
}
</style>
background-color css
<style>
a { background-color: #F31EDF; }
a { background-color: rgb(243,30,223); }
div.DivClassName
{
background-color: #F31EDF;
}
.BgClassName
{
background-color: #F31EDF;
}
</style>
border-color css
<style>
span { border-color: #F31EDF; }
span { border-color: rgb(243,30,223); }
td.TdClassName
{
border-color: #F31EDF;
}
.TagClassName
{
border-color: #F31EDF;
}
</style>