Shades of Razzle Dazzle Rose #F33EDA
Tints of Razzle Dazzle Rose #F33EDA
RGB
CMYK
RGB Variations
Color information
#F33EDA (or 0xF33EDA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3E and DA. RGB value is (243,62,218). Sum of RGB (Red+Green+Blue) = 243+62+218=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33EDA is #0CC125. Grayscale: #858585. Windows color (decimal): -835878 or 14302963. OLE color: 14302963.
HSL color Cylindrical-coordinate representation of color #F33EDA: hue angle of 308.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 #F33EDA is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 218 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.05 |
| HSL | 308.29º | 0.88% | 0.6% | - |
| HSV(B) | 308.29º | 0.74% | 0.95% | - |
| XYZ | 51.34 | 27.56 | 68.94 | - |
| YUV | 133.9 | 175.47 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 218 | 0 | 0.74 | 0.10 | 0.05 | 308.29 | 0.88 | 0.6 |
| Hex | F3 | 3E | DA | 0 | 4A | A | 5 | 134 | 58 | 3C |
| Octal | 363 | 76 | 332 | 0 | 112 | 12 | 5 | 464 | 130 | 74 |
| Binary | 11110011 | 111110 | 11011010 | 0 | 1001010 | 1010 | 101 | 100110100 | 1011000 | 111100 |
Color Harmonies of #F33EDA
Complementary color
Monochromatic Colors of #F33EDA
Black with #F33EDA
Text Example
Text Example
White with #F33EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33EDA; }
p { color: rgb(243,62,218); }
H1.HeaderClassName
{
color: #F33EDA;
}
.AnyTagClassName
{
color: #F33EDA;
}
</style>
background-color css
<style>
a { background-color: #F33EDA; }
a { background-color: rgb(243,62,218); }
div.DivClassName
{
background-color: #F33EDA;
}
.BgClassName
{
background-color: #F33EDA;
}
</style>
border-color css
<style>
span { border-color: #F33EDA; }
span { border-color: rgb(243,62,218); }
td.TdClassName
{
border-color: #F33EDA;
}
.TagClassName
{
border-color: #F33EDA;
}
</style>