Shades of Razzle Dazzle Rose #F325CE
Tints of Razzle Dazzle Rose #F325CE
RGB
CMYK
RGB Variations
Color information
#F325CE (or 0xF325CE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and CE. RGB value is (243,37,206). Sum of RGB (Red+Green+Blue) = 243+37+206=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F325CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325CE is #0CDA31. Grayscale: #757575. Windows color (decimal): -842290 or 13510131. OLE color: 13510131.
HSL color Cylindrical-coordinate representation of color #F325CE: hue angle of 310.78º 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 #F325CE is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 206 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.05 |
| HSL | 310.78º | 0.9% | 0.55% | - |
| HSV(B) | 310.78º | 0.85% | 0.95% | - |
| XYZ | 48.76 | 24.83 | 60.62 | - |
| YUV | 117.86 | 177.75 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 206 | 0 | 0.85 | 0.15 | 0.05 | 310.78 | 0.9 | 0.55 |
| Hex | F3 | 25 | CE | 0 | 55 | F | 5 | 137 | 5A | 37 |
| Octal | 363 | 45 | 316 | 0 | 125 | 17 | 5 | 467 | 132 | 67 |
| Binary | 11110011 | 100101 | 11001110 | 0 | 1010101 | 1111 | 101 | 100110111 | 1011010 | 110111 |
Color Harmonies of #F325CE
Complementary color
Monochromatic Colors of #F325CE
Black with #F325CE
Text Example
Text Example
White with #F325CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325CE; }
p { color: rgb(243,37,206); }
H1.HeaderClassName
{
color: #F325CE;
}
.AnyTagClassName
{
color: #F325CE;
}
</style>
background-color css
<style>
a { background-color: #F325CE; }
a { background-color: rgb(243,37,206); }
div.DivClassName
{
background-color: #F325CE;
}
.BgClassName
{
background-color: #F325CE;
}
</style>
border-color css
<style>
span { border-color: #F325CE; }
span { border-color: rgb(243,37,206); }
td.TdClassName
{
border-color: #F325CE;
}
.TagClassName
{
border-color: #F325CE;
}
</style>