Shades of Razzle Dazzle Rose #F335C5
Tints of Razzle Dazzle Rose #F335C5
RGB
CMYK
RGB Variations
Color information
#F335C5 (or 0xF335C5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 35 and C5. RGB value is (243,53,197). Sum of RGB (Red+Green+Blue) = 243+53+197=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F335C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335C5 is #0CCA3A. Grayscale: #7D7D7D. Windows color (decimal): -838203 or 12924403. OLE color: 12924403.
HSL color Cylindrical-coordinate representation of color #F335C5: hue angle of 314.53º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F335C5 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 197 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.05 |
| HSL | 314.53º | 0.89% | 0.58% | - |
| HSV(B) | 314.53º | 0.78% | 0.95% | - |
| XYZ | 48.31 | 25.63 | 55.22 | - |
| YUV | 126.23 | 167.95 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 197 | 0 | 0.78 | 0.19 | 0.05 | 314.53 | 0.89 | 0.58 |
| Hex | F3 | 35 | C5 | 0 | 4E | 13 | 5 | 13B | 59 | 3A |
| Octal | 363 | 65 | 305 | 0 | 116 | 23 | 5 | 473 | 131 | 72 |
| Binary | 11110011 | 110101 | 11000101 | 0 | 1001110 | 10011 | 101 | 100111011 | 1011001 | 111010 |
Color Harmonies of #F335C5
Complementary color
Monochromatic Colors of #F335C5
Black with #F335C5
Text Example
Text Example
White with #F335C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F335C5; }
p { color: rgb(243,53,197); }
H1.HeaderClassName
{
color: #F335C5;
}
.AnyTagClassName
{
color: #F335C5;
}
</style>
background-color css
<style>
a { background-color: #F335C5; }
a { background-color: rgb(243,53,197); }
div.DivClassName
{
background-color: #F335C5;
}
.BgClassName
{
background-color: #F335C5;
}
</style>
border-color css
<style>
span { border-color: #F335C5; }
span { border-color: rgb(243,53,197); }
td.TdClassName
{
border-color: #F335C5;
}
.TagClassName
{
border-color: #F335C5;
}
</style>