Shades of Razzle Dazzle Rose #F325C9
Tints of Razzle Dazzle Rose #F325C9
RGB
CMYK
RGB Variations
Color information
#F325C9 (or 0xF325C9) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and C9. RGB value is (243,37,201). Sum of RGB (Red+Green+Blue) = 243+37+201=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F325C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325C9 is #0CDA36. Grayscale: #747474. Windows color (decimal): -842295 or 13182451. OLE color: 13182451.
HSL color Cylindrical-coordinate representation of color #F325C9: hue angle of 312.23º 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 #F325C9 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 201 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.05 |
| HSL | 312.23º | 0.9% | 0.55% | - |
| HSV(B) | 312.23º | 0.85% | 0.95% | - |
| XYZ | 48.17 | 24.59 | 57.47 | - |
| YUV | 117.29 | 175.25 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 201 | 0 | 0.85 | 0.17 | 0.05 | 312.23 | 0.9 | 0.55 |
| Hex | F3 | 25 | C9 | 0 | 55 | 11 | 5 | 138 | 5A | 37 |
| Octal | 363 | 45 | 311 | 0 | 125 | 21 | 5 | 470 | 132 | 67 |
| Binary | 11110011 | 100101 | 11001001 | 0 | 1010101 | 10001 | 101 | 100111000 | 1011010 | 110111 |
Color Harmonies of #F325C9
Complementary color
Monochromatic Colors of #F325C9
Black with #F325C9
Text Example
Text Example
White with #F325C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325C9; }
p { color: rgb(243,37,201); }
H1.HeaderClassName
{
color: #F325C9;
}
.AnyTagClassName
{
color: #F325C9;
}
</style>
background-color css
<style>
a { background-color: #F325C9; }
a { background-color: rgb(243,37,201); }
div.DivClassName
{
background-color: #F325C9;
}
.BgClassName
{
background-color: #F325C9;
}
</style>
border-color css
<style>
span { border-color: #F325C9; }
span { border-color: rgb(243,37,201); }
td.TdClassName
{
border-color: #F325C9;
}
.TagClassName
{
border-color: #F325C9;
}
</style>