Shades of Razzle Dazzle Rose #F534C9
Tints of Razzle Dazzle Rose #F534C9
RGB
CMYK
RGB Variations
Color information
#F534C9 (or 0xF534C9) is known color: Razzle Dazzle Rose. HEX triplet: F5, 34 and C9. RGB value is (245,52,201). Sum of RGB (Red+Green+Blue) = 245+52+201=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F534C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F534C9 is #0ACB36. Grayscale: #7E7E7E. Windows color (decimal): -707383 or 13186293. OLE color: 13186293.
HSL color Cylindrical-coordinate representation of color #F534C9: hue angle of 313.68º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F534C9 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 201 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.04 |
| HSL | 313.68º | 0.91% | 0.58% | - |
| HSV(B) | 313.68º | 0.79% | 0.96% | - |
| XYZ | 49.43 | 26.09 | 57.69 | - |
| YUV | 126.69 | 169.94 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 201 | 0 | 0.79 | 0.18 | 0.04 | 313.68 | 0.91 | 0.58 |
| Hex | F5 | 34 | C9 | 0 | 4F | 12 | 4 | 13A | 5B | 3A |
| Octal | 365 | 64 | 311 | 0 | 117 | 22 | 4 | 472 | 133 | 72 |
| Binary | 11110101 | 110100 | 11001001 | 0 | 1001111 | 10010 | 100 | 100111010 | 1011011 | 111010 |
Color Harmonies of #F534C9
Complementary color
Monochromatic Colors of #F534C9
Black with #F534C9
Text Example
Text Example
White with #F534C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534C9; }
p { color: rgb(245,52,201); }
H1.HeaderClassName
{
color: #F534C9;
}
.AnyTagClassName
{
color: #F534C9;
}
</style>
background-color css
<style>
a { background-color: #F534C9; }
a { background-color: rgb(245,52,201); }
div.DivClassName
{
background-color: #F534C9;
}
.BgClassName
{
background-color: #F534C9;
}
</style>
border-color css
<style>
span { border-color: #F534C9; }
span { border-color: rgb(245,52,201); }
td.TdClassName
{
border-color: #F534C9;
}
.TagClassName
{
border-color: #F534C9;
}
</style>