Shades of Razzle Dazzle Rose #F534F4
Tints of Razzle Dazzle Rose #F534F4
RGB
CMYK
RGB Variations
Color information
#F534F4 (or 0xF534F4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 34 and F4. RGB value is (245,52,244). Sum of RGB (Red+Green+Blue) = 245+52+244=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 52 (20.70% from 255 or 9.61% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F534F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F534F4 is #0ACB0B. Grayscale: #838383. Windows color (decimal): -707340 or 16004341. OLE color: 16004341.
HSL color Cylindrical-coordinate representation of color #F534F4: hue angle of 300.31º 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 #F534F4 is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 244 | - |
| CMYK | 0 | 0.79 | 0.00 | 0.04 |
| HSL | 300.31º | 0.91% | 0.58% | - |
| HSV(B) | 300.31º | 0.79% | 0.96% | - |
| XYZ | 55.21 | 28.4 | 88.16 | - |
| YUV | 131.6 | 191.44 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 244 | 0 | 0.79 | 0.00 | 0.04 | 300.31 | 0.91 | 0.58 |
| Hex | F5 | 34 | F4 | 0 | 4F | 0 | 4 | 12C | 5B | 3A |
| Octal | 365 | 64 | 364 | 0 | 117 | 0 | 4 | 454 | 133 | 72 |
| Binary | 11110101 | 110100 | 11110100 | 0 | 1001111 | 0 | 100 | 100101100 | 1011011 | 111010 |
Color Harmonies of #F534F4
Complementary color
Monochromatic Colors of #F534F4
Black with #F534F4
Text Example
Text Example
White with #F534F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534F4; }
p { color: rgb(245,52,244); }
H1.HeaderClassName
{
color: #F534F4;
}
.AnyTagClassName
{
color: #F534F4;
}
</style>
background-color css
<style>
a { background-color: #F534F4; }
a { background-color: rgb(245,52,244); }
div.DivClassName
{
background-color: #F534F4;
}
.BgClassName
{
background-color: #F534F4;
}
</style>
border-color css
<style>
span { border-color: #F534F4; }
span { border-color: rgb(245,52,244); }
td.TdClassName
{
border-color: #F534F4;
}
.TagClassName
{
border-color: #F534F4;
}
</style>