Shades of Razzle Dazzle Rose #F534C7
Tints of Razzle Dazzle Rose #F534C7
RGB
CMYK
RGB Variations
Color information
#F534C7 (or 0xF534C7) is known color: Razzle Dazzle Rose. HEX triplet: F5, 34 and C7. RGB value is (245,52,199). Sum of RGB (Red+Green+Blue) = 245+52+199=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F534C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F534C7 is #0ACB38. Grayscale: #7E7E7E. Windows color (decimal): -707385 or 13055221. OLE color: 13055221.
HSL color Cylindrical-coordinate representation of color #F534C7: hue angle of 314.3º 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 #F534C7 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 199 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.04 |
| HSL | 314.3º | 0.91% | 0.58% | - |
| HSV(B) | 314.3º | 0.79% | 0.96% | - |
| XYZ | 49.19 | 25.99 | 56.46 | - |
| YUV | 126.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 199 | 0 | 0.79 | 0.19 | 0.04 | 314.3 | 0.91 | 0.58 |
| Hex | F5 | 34 | C7 | 0 | 4F | 13 | 4 | 13A | 5B | 3A |
| Octal | 365 | 64 | 307 | 0 | 117 | 23 | 4 | 472 | 133 | 72 |
| Binary | 11110101 | 110100 | 11000111 | 0 | 1001111 | 10011 | 100 | 100111010 | 1011011 | 111010 |
Color Harmonies of #F534C7
Complementary color
Monochromatic Colors of #F534C7
Black with #F534C7
Text Example
Text Example
White with #F534C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534C7; }
p { color: rgb(245,52,199); }
H1.HeaderClassName
{
color: #F534C7;
}
.AnyTagClassName
{
color: #F534C7;
}
</style>
background-color css
<style>
a { background-color: #F534C7; }
a { background-color: rgb(245,52,199); }
div.DivClassName
{
background-color: #F534C7;
}
.BgClassName
{
background-color: #F534C7;
}
</style>
border-color css
<style>
span { border-color: #F534C7; }
span { border-color: rgb(245,52,199); }
td.TdClassName
{
border-color: #F534C7;
}
.TagClassName
{
border-color: #F534C7;
}
</style>