Shades of Razzle Dazzle Rose #F33FCD
Tints of Razzle Dazzle Rose #F33FCD
RGB
CMYK
RGB Variations
Color information
#F33FCD (or 0xF33FCD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3F and CD. RGB value is (243,63,205). Sum of RGB (Red+Green+Blue) = 243+63+205=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33FCD is #0CC032. Grayscale: #848484. Windows color (decimal): -835635 or 13451251. OLE color: 13451251.
HSL color Cylindrical-coordinate representation of color #F33FCD: hue angle of 312.67º 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 #F33FCD is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 205 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.05 |
| HSL | 312.67º | 0.88% | 0.6% | - |
| HSV(B) | 312.67º | 0.74% | 0.95% | - |
| XYZ | 49.76 | 27.02 | 60.35 | - |
| YUV | 133.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 205 | 0 | 0.74 | 0.16 | 0.05 | 312.67 | 0.88 | 0.6 |
| Hex | F3 | 3F | CD | 0 | 4A | 10 | 5 | 139 | 58 | 3C |
| Octal | 363 | 77 | 315 | 0 | 112 | 20 | 5 | 471 | 130 | 74 |
| Binary | 11110011 | 111111 | 11001101 | 0 | 1001010 | 10000 | 101 | 100111001 | 1011000 | 111100 |
Color Harmonies of #F33FCD
Complementary color
Monochromatic Colors of #F33FCD
Black with #F33FCD
Text Example
Text Example
White with #F33FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FCD; }
p { color: rgb(243,63,205); }
H1.HeaderClassName
{
color: #F33FCD;
}
.AnyTagClassName
{
color: #F33FCD;
}
</style>
background-color css
<style>
a { background-color: #F33FCD; }
a { background-color: rgb(243,63,205); }
div.DivClassName
{
background-color: #F33FCD;
}
.BgClassName
{
background-color: #F33FCD;
}
</style>
border-color css
<style>
span { border-color: #F33FCD; }
span { border-color: rgb(243,63,205); }
td.TdClassName
{
border-color: #F33FCD;
}
.TagClassName
{
border-color: #F33FCD;
}
</style>