Shades of Razzle Dazzle Rose #F33DDD
Tints of Razzle Dazzle Rose #F33DDD
RGB
CMYK
RGB Variations
Color information
#F33DDD (or 0xF33DDD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3D and DD. RGB value is (243,61,221). Sum of RGB (Red+Green+Blue) = 243+61+221=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 61 (24.22% from 255 or 11.62% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F33DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33DDD is #0CC222. Grayscale: #858585. Windows color (decimal): -836131 or 14499315. OLE color: 14499315.
HSL color Cylindrical-coordinate representation of color #F33DDD: hue angle of 307.25º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33DDD is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 221 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.05 |
| HSL | 307.25º | 0.88% | 0.6% | - |
| HSV(B) | 307.25º | 0.75% | 0.95% | - |
| XYZ | 51.68 | 27.61 | 71.01 | - |
| YUV | 133.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 221 | 0 | 0.75 | 0.09 | 0.05 | 307.25 | 0.88 | 0.6 |
| Hex | F3 | 3D | DD | 0 | 4B | 9 | 5 | 133 | 58 | 3C |
| Octal | 363 | 75 | 335 | 0 | 113 | 11 | 5 | 463 | 130 | 74 |
| Binary | 11110011 | 111101 | 11011101 | 0 | 1001011 | 1001 | 101 | 100110011 | 1011000 | 111100 |
Color Harmonies of #F33DDD
Complementary color
Monochromatic Colors of #F33DDD
Black with #F33DDD
Text Example
Text Example
White with #F33DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33DDD; }
p { color: rgb(243,61,221); }
H1.HeaderClassName
{
color: #F33DDD;
}
.AnyTagClassName
{
color: #F33DDD;
}
</style>
background-color css
<style>
a { background-color: #F33DDD; }
a { background-color: rgb(243,61,221); }
div.DivClassName
{
background-color: #F33DDD;
}
.BgClassName
{
background-color: #F33DDD;
}
</style>
border-color css
<style>
span { border-color: #F33DDD; }
span { border-color: rgb(243,61,221); }
td.TdClassName
{
border-color: #F33DDD;
}
.TagClassName
{
border-color: #F33DDD;
}
</style>