Shades of Razzle Dazzle Rose #F33EC4
Tints of Razzle Dazzle Rose #F33EC4
RGB
CMYK
RGB Variations
Color information
#F33EC4 (or 0xF33EC4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3E and C4. RGB value is (243,62,196). Sum of RGB (Red+Green+Blue) = 243+62+196=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33EC4 is #0CC13B. Grayscale: #838383. Windows color (decimal): -835900 or 12861171. OLE color: 12861171.
HSL color Cylindrical-coordinate representation of color #F33EC4: hue angle of 315.58º 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 #F33EC4 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 196 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.05 |
| HSL | 315.58º | 0.88% | 0.6% | - |
| HSV(B) | 315.58º | 0.74% | 0.95% | - |
| XYZ | 48.65 | 26.49 | 54.77 | - |
| YUV | 131.4 | 164.47 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 196 | 0 | 0.74 | 0.19 | 0.05 | 315.58 | 0.88 | 0.6 |
| Hex | F3 | 3E | C4 | 0 | 4A | 13 | 5 | 13C | 58 | 3C |
| Octal | 363 | 76 | 304 | 0 | 112 | 23 | 5 | 474 | 130 | 74 |
| Binary | 11110011 | 111110 | 11000100 | 0 | 1001010 | 10011 | 101 | 100111100 | 1011000 | 111100 |
Color Harmonies of #F33EC4
Complementary color
Monochromatic Colors of #F33EC4
Black with #F33EC4
Text Example
Text Example
White with #F33EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33EC4; }
p { color: rgb(243,62,196); }
H1.HeaderClassName
{
color: #F33EC4;
}
.AnyTagClassName
{
color: #F33EC4;
}
</style>
background-color css
<style>
a { background-color: #F33EC4; }
a { background-color: rgb(243,62,196); }
div.DivClassName
{
background-color: #F33EC4;
}
.BgClassName
{
background-color: #F33EC4;
}
</style>
border-color css
<style>
span { border-color: #F33EC4; }
span { border-color: rgb(243,62,196); }
td.TdClassName
{
border-color: #F33EC4;
}
.TagClassName
{
border-color: #F33EC4;
}
</style>