Shades of Razzle Dazzle Rose #F33EDD
Tints of Razzle Dazzle Rose #F33EDD
RGB
CMYK
RGB Variations
Color information
#F33EDD (or 0xF33EDD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3E and DD. RGB value is (243,62,221). Sum of RGB (Red+Green+Blue) = 243+62+221=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 62 (24.61% from 255 or 11.79% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33EDD is #0CC122. Grayscale: #858585. Windows color (decimal): -835875 or 14499571. OLE color: 14499571.
HSL color Cylindrical-coordinate representation of color #F33EDD: hue angle of 307.29º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33EDD is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 221 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.05 |
| HSL | 307.29º | 0.88% | 0.6% | - |
| HSV(B) | 307.29º | 0.74% | 0.95% | - |
| XYZ | 51.74 | 27.72 | 71.03 | - |
| YUV | 134.25 | 176.97 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 221 | 0 | 0.74 | 0.09 | 0.05 | 307.29 | 0.88 | 0.6 |
| Hex | F3 | 3E | DD | 0 | 4A | 9 | 5 | 133 | 58 | 3C |
| Octal | 363 | 76 | 335 | 0 | 112 | 11 | 5 | 463 | 130 | 74 |
| Binary | 11110011 | 111110 | 11011101 | 0 | 1001010 | 1001 | 101 | 100110011 | 1011000 | 111100 |
Color Harmonies of #F33EDD
Complementary color
Monochromatic Colors of #F33EDD
Black with #F33EDD
Text Example
Text Example
White with #F33EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33EDD; }
p { color: rgb(243,62,221); }
H1.HeaderClassName
{
color: #F33EDD;
}
.AnyTagClassName
{
color: #F33EDD;
}
</style>
background-color css
<style>
a { background-color: #F33EDD; }
a { background-color: rgb(243,62,221); }
div.DivClassName
{
background-color: #F33EDD;
}
.BgClassName
{
background-color: #F33EDD;
}
</style>
border-color css
<style>
span { border-color: #F33EDD; }
span { border-color: rgb(243,62,221); }
td.TdClassName
{
border-color: #F33EDD;
}
.TagClassName
{
border-color: #F33EDD;
}
</style>