Shades of Razzle Dazzle Rose #F534C2
Tints of Razzle Dazzle Rose #F534C2
RGB
CMYK
RGB Variations
Color information
#F534C2 (or 0xF534C2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 34 and C2. RGB value is (245,52,194). Sum of RGB (Red+Green+Blue) = 245+52+194=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F534C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F534C2 is #0ACB3D. Grayscale: #7D7D7D. Windows color (decimal): -707390 or 12727541. OLE color: 12727541.
HSL color Cylindrical-coordinate representation of color #F534C2: hue angle of 315.85º 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 #F534C2 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 194 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.04 |
| HSL | 315.85º | 0.91% | 0.58% | - |
| HSV(B) | 315.85º | 0.79% | 0.96% | - |
| XYZ | 48.62 | 25.76 | 53.45 | - |
| YUV | 125.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 194 | 0 | 0.79 | 0.21 | 0.04 | 315.85 | 0.91 | 0.58 |
| Hex | F5 | 34 | C2 | 0 | 4F | 15 | 4 | 13C | 5B | 3A |
| Octal | 365 | 64 | 302 | 0 | 117 | 25 | 4 | 474 | 133 | 72 |
| Binary | 11110101 | 110100 | 11000010 | 0 | 1001111 | 10101 | 100 | 100111100 | 1011011 | 111010 |
Color Harmonies of #F534C2
Complementary color
Monochromatic Colors of #F534C2
Black with #F534C2
Text Example
Text Example
White with #F534C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534C2; }
p { color: rgb(245,52,194); }
H1.HeaderClassName
{
color: #F534C2;
}
.AnyTagClassName
{
color: #F534C2;
}
</style>
background-color css
<style>
a { background-color: #F534C2; }
a { background-color: rgb(245,52,194); }
div.DivClassName
{
background-color: #F534C2;
}
.BgClassName
{
background-color: #F534C2;
}
</style>
border-color css
<style>
span { border-color: #F534C2; }
span { border-color: rgb(245,52,194); }
td.TdClassName
{
border-color: #F534C2;
}
.TagClassName
{
border-color: #F534C2;
}
</style>