Shades of Razzle Dazzle Rose #F335DB
Tints of Razzle Dazzle Rose #F335DB
RGB
CMYK
RGB Variations
Color information
#F335DB (or 0xF335DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 35 and DB. RGB value is (243,53,219). Sum of RGB (Red+Green+Blue) = 243+53+219=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F335DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F335DB is #0CCA24. Grayscale: #808080. Windows color (decimal): -838181 or 14366195. OLE color: 14366195.
HSL color Cylindrical-coordinate representation of color #F335DB: hue angle of 307.58º 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 #F335DB is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 219 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.05 |
| HSL | 307.58º | 0.89% | 0.58% | - |
| HSV(B) | 307.58º | 0.78% | 0.95% | - |
| XYZ | 51.02 | 26.72 | 69.49 | - |
| YUV | 128.73 | 178.95 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 219 | 0 | 0.78 | 0.10 | 0.05 | 307.58 | 0.89 | 0.58 |
| Hex | F3 | 35 | DB | 0 | 4E | A | 5 | 134 | 59 | 3A |
| Octal | 363 | 65 | 333 | 0 | 116 | 12 | 5 | 464 | 131 | 72 |
| Binary | 11110011 | 110101 | 11011011 | 0 | 1001110 | 1010 | 101 | 100110100 | 1011001 | 111010 |
Color Harmonies of #F335DB
Complementary color
Monochromatic Colors of #F335DB
Black with #F335DB
Text Example
Text Example
White with #F335DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F335DB; }
p { color: rgb(243,53,219); }
H1.HeaderClassName
{
color: #F335DB;
}
.AnyTagClassName
{
color: #F335DB;
}
</style>
background-color css
<style>
a { background-color: #F335DB; }
a { background-color: rgb(243,53,219); }
div.DivClassName
{
background-color: #F335DB;
}
.BgClassName
{
background-color: #F335DB;
}
</style>
border-color css
<style>
span { border-color: #F335DB; }
span { border-color: rgb(243,53,219); }
td.TdClassName
{
border-color: #F335DB;
}
.TagClassName
{
border-color: #F335DB;
}
</style>