Shades of Razzle Dazzle Rose #F335F0
Tints of Razzle Dazzle Rose #F335F0
RGB
CMYK
RGB Variations
Color information
#F335F0 (or 0xF335F0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 35 and F0. RGB value is (243,53,240). Sum of RGB (Red+Green+Blue) = 243+53+240=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 53 (21.09% from 255 or 9.89% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F335F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F335F0 is #0CCA0F. Grayscale: #828282. Windows color (decimal): -838160 or 15742451. OLE color: 15742451.
HSL color Cylindrical-coordinate representation of color #F335F0: hue angle of 300.95º 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 #F335F0 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 240 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.05 |
| HSL | 300.95º | 0.89% | 0.58% | - |
| HSV(B) | 300.95º | 0.78% | 0.95% | - |
| XYZ | 53.96 | 27.89 | 84.98 | - |
| YUV | 131.13 | 189.45 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 240 | 0 | 0.78 | 0.01 | 0.05 | 300.95 | 0.89 | 0.58 |
| Hex | F3 | 35 | F0 | 0 | 4E | 1 | 5 | 12D | 59 | 3A |
| Octal | 363 | 65 | 360 | 0 | 116 | 1 | 5 | 455 | 131 | 72 |
| Binary | 11110011 | 110101 | 11110000 | 0 | 1001110 | 1 | 101 | 100101101 | 1011001 | 111010 |
Color Harmonies of #F335F0
Complementary color
Monochromatic Colors of #F335F0
Black with #F335F0
Text Example
Text Example
White with #F335F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F335F0; }
p { color: rgb(243,53,240); }
H1.HeaderClassName
{
color: #F335F0;
}
.AnyTagClassName
{
color: #F335F0;
}
</style>
background-color css
<style>
a { background-color: #F335F0; }
a { background-color: rgb(243,53,240); }
div.DivClassName
{
background-color: #F335F0;
}
.BgClassName
{
background-color: #F335F0;
}
</style>
border-color css
<style>
span { border-color: #F335F0; }
span { border-color: rgb(243,53,240); }
td.TdClassName
{
border-color: #F335F0;
}
.TagClassName
{
border-color: #F335F0;
}
</style>