Shades of Razzle Dazzle Rose #F325D0
Tints of Razzle Dazzle Rose #F325D0
RGB
CMYK
RGB Variations
Color information
#F325D0 (or 0xF325D0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and D0. RGB value is (243,37,208). Sum of RGB (Red+Green+Blue) = 243+37+208=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F325D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325D0 is #0CDA2F. Grayscale: #757575. Windows color (decimal): -842288 or 13641203. OLE color: 13641203.
HSL color Cylindrical-coordinate representation of color #F325D0: hue angle of 310.19º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325D0 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 208 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.05 |
| HSL | 310.19º | 0.9% | 0.55% | - |
| HSV(B) | 310.19º | 0.85% | 0.95% | - |
| XYZ | 49.01 | 24.93 | 61.9 | - |
| YUV | 118.09 | 178.75 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 208 | 0 | 0.85 | 0.14 | 0.05 | 310.19 | 0.9 | 0.55 |
| Hex | F3 | 25 | D0 | 0 | 55 | E | 5 | 136 | 5A | 37 |
| Octal | 363 | 45 | 320 | 0 | 125 | 16 | 5 | 466 | 132 | 67 |
| Binary | 11110011 | 100101 | 11010000 | 0 | 1010101 | 1110 | 101 | 100110110 | 1011010 | 110111 |
Color Harmonies of #F325D0
Complementary color
Monochromatic Colors of #F325D0
Black with #F325D0
Text Example
Text Example
White with #F325D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325D0; }
p { color: rgb(243,37,208); }
H1.HeaderClassName
{
color: #F325D0;
}
.AnyTagClassName
{
color: #F325D0;
}
</style>
background-color css
<style>
a { background-color: #F325D0; }
a { background-color: rgb(243,37,208); }
div.DivClassName
{
background-color: #F325D0;
}
.BgClassName
{
background-color: #F325D0;
}
</style>
border-color css
<style>
span { border-color: #F325D0; }
span { border-color: rgb(243,37,208); }
td.TdClassName
{
border-color: #F325D0;
}
.TagClassName
{
border-color: #F325D0;
}
</style>