Shades of Razzle Dazzle Rose #F535BD
Tints of Razzle Dazzle Rose #F535BD
RGB
CMYK
RGB Variations
Color information
#F535BD (or 0xF535BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 35 and BD. RGB value is (245,53,189). Sum of RGB (Red+Green+Blue) = 245+53+189=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F535BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535BD is #0ACA42. Grayscale: #7D7D7D. Windows color (decimal): -707139 or 12400117. OLE color: 12400117.
HSL color Cylindrical-coordinate representation of color #F535BD: hue angle of 317.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F535BD is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 189 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.04 |
| HSL | 317.5º | 0.91% | 0.58% | - |
| HSV(B) | 317.5º | 0.78% | 0.96% | - |
| XYZ | 48.11 | 25.63 | 50.56 | - |
| YUV | 125.91 | 163.61 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 189 | 0 | 0.78 | 0.23 | 0.04 | 317.5 | 0.91 | 0.58 |
| Hex | F5 | 35 | BD | 0 | 4E | 17 | 4 | 13E | 5B | 3A |
| Octal | 365 | 65 | 275 | 0 | 116 | 27 | 4 | 476 | 133 | 72 |
| Binary | 11110101 | 110101 | 10111101 | 0 | 1001110 | 10111 | 100 | 100111110 | 1011011 | 111010 |
Color Harmonies of #F535BD
Complementary color
Monochromatic Colors of #F535BD
Black with #F535BD
Text Example
Text Example
White with #F535BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F535BD; }
p { color: rgb(245,53,189); }
H1.HeaderClassName
{
color: #F535BD;
}
.AnyTagClassName
{
color: #F535BD;
}
</style>
background-color css
<style>
a { background-color: #F535BD; }
a { background-color: rgb(245,53,189); }
div.DivClassName
{
background-color: #F535BD;
}
.BgClassName
{
background-color: #F535BD;
}
</style>
border-color css
<style>
span { border-color: #F535BD; }
span { border-color: rgb(245,53,189); }
td.TdClassName
{
border-color: #F535BD;
}
.TagClassName
{
border-color: #F535BD;
}
</style>