Shades of Razzle Dazzle Rose #F535C9
Tints of Razzle Dazzle Rose #F535C9
RGB
CMYK
RGB Variations
Color information
#F535C9 (or 0xF535C9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 35 and C9. RGB value is (245,53,201). Sum of RGB (Red+Green+Blue) = 245+53+201=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F535C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535C9 is #0ACA36. Grayscale: #7E7E7E. Windows color (decimal): -707127 or 13186549. OLE color: 13186549.
HSL color Cylindrical-coordinate representation of color #F535C9: hue angle of 313.75º 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 #F535C9 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 201 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.04 |
| HSL | 313.75º | 0.91% | 0.58% | - |
| HSV(B) | 313.75º | 0.78% | 0.96% | - |
| XYZ | 49.47 | 26.18 | 57.7 | - |
| YUV | 127.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 201 | 0 | 0.78 | 0.18 | 0.04 | 313.75 | 0.91 | 0.58 |
| Hex | F5 | 35 | C9 | 0 | 4E | 12 | 4 | 13A | 5B | 3A |
| Octal | 365 | 65 | 311 | 0 | 116 | 22 | 4 | 472 | 133 | 72 |
| Binary | 11110101 | 110101 | 11001001 | 0 | 1001110 | 10010 | 100 | 100111010 | 1011011 | 111010 |
Color Harmonies of #F535C9
Complementary color
Monochromatic Colors of #F535C9
Black with #F535C9
Text Example
Text Example
White with #F535C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F535C9; }
p { color: rgb(245,53,201); }
H1.HeaderClassName
{
color: #F535C9;
}
.AnyTagClassName
{
color: #F535C9;
}
</style>
background-color css
<style>
a { background-color: #F535C9; }
a { background-color: rgb(245,53,201); }
div.DivClassName
{
background-color: #F535C9;
}
.BgClassName
{
background-color: #F535C9;
}
</style>
border-color css
<style>
span { border-color: #F535C9; }
span { border-color: rgb(245,53,201); }
td.TdClassName
{
border-color: #F535C9;
}
.TagClassName
{
border-color: #F535C9;
}
</style>