Shades of Razzle Dazzle Rose #F33EC5
Tints of Razzle Dazzle Rose #F33EC5
RGB
CMYK
RGB Variations
Color information
#F33EC5 (or 0xF33EC5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3E and C5. RGB value is (243,62,197). Sum of RGB (Red+Green+Blue) = 243+62+197=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33EC5 is #0CC13A. Grayscale: #838383. Windows color (decimal): -835899 or 12926707. OLE color: 12926707.
HSL color Cylindrical-coordinate representation of color #F33EC5: hue angle of 315.25º 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 #F33EC5 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 197 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.05 |
| HSL | 315.25º | 0.88% | 0.6% | - |
| HSV(B) | 315.25º | 0.74% | 0.95% | - |
| XYZ | 48.76 | 26.53 | 55.37 | - |
| YUV | 131.51 | 164.97 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 197 | 0 | 0.74 | 0.19 | 0.05 | 315.25 | 0.88 | 0.6 |
| Hex | F3 | 3E | C5 | 0 | 4A | 13 | 5 | 13B | 58 | 3C |
| Octal | 363 | 76 | 305 | 0 | 112 | 23 | 5 | 473 | 130 | 74 |
| Binary | 11110011 | 111110 | 11000101 | 0 | 1001010 | 10011 | 101 | 100111011 | 1011000 | 111100 |
Color Harmonies of #F33EC5
Complementary color
Monochromatic Colors of #F33EC5
Black with #F33EC5
Text Example
Text Example
White with #F33EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33EC5; }
p { color: rgb(243,62,197); }
H1.HeaderClassName
{
color: #F33EC5;
}
.AnyTagClassName
{
color: #F33EC5;
}
</style>
background-color css
<style>
a { background-color: #F33EC5; }
a { background-color: rgb(243,62,197); }
div.DivClassName
{
background-color: #F33EC5;
}
.BgClassName
{
background-color: #F33EC5;
}
</style>
border-color css
<style>
span { border-color: #F33EC5; }
span { border-color: rgb(243,62,197); }
td.TdClassName
{
border-color: #F33EC5;
}
.TagClassName
{
border-color: #F33EC5;
}
</style>