Shades of Razzle Dazzle Rose #F325CF
Tints of Razzle Dazzle Rose #F325CF
RGB
CMYK
RGB Variations
Color information
#F325CF (or 0xF325CF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and CF. RGB value is (243,37,207). Sum of RGB (Red+Green+Blue) = 243+37+207=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F325CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325CF is #0CDA30. Grayscale: #757575. Windows color (decimal): -842289 or 13575667. OLE color: 13575667.
HSL color Cylindrical-coordinate representation of color #F325CF: hue angle of 310.49º 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 #F325CF is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 207 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.05 |
| HSL | 310.49º | 0.9% | 0.55% | - |
| HSV(B) | 310.49º | 0.85% | 0.95% | - |
| XYZ | 48.89 | 24.88 | 61.26 | - |
| YUV | 117.97 | 178.25 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 207 | 0 | 0.85 | 0.15 | 0.05 | 310.49 | 0.9 | 0.55 |
| Hex | F3 | 25 | CF | 0 | 55 | F | 5 | 136 | 5A | 37 |
| Octal | 363 | 45 | 317 | 0 | 125 | 17 | 5 | 466 | 132 | 67 |
| Binary | 11110011 | 100101 | 11001111 | 0 | 1010101 | 1111 | 101 | 100110110 | 1011010 | 110111 |
Color Harmonies of #F325CF
Complementary color
Monochromatic Colors of #F325CF
Black with #F325CF
Text Example
Text Example
White with #F325CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325CF; }
p { color: rgb(243,37,207); }
H1.HeaderClassName
{
color: #F325CF;
}
.AnyTagClassName
{
color: #F325CF;
}
</style>
background-color css
<style>
a { background-color: #F325CF; }
a { background-color: rgb(243,37,207); }
div.DivClassName
{
background-color: #F325CF;
}
.BgClassName
{
background-color: #F325CF;
}
</style>
border-color css
<style>
span { border-color: #F325CF; }
span { border-color: rgb(243,37,207); }
td.TdClassName
{
border-color: #F325CF;
}
.TagClassName
{
border-color: #F325CF;
}
</style>