Shades of Razzle Dazzle Rose #F325E8
Tints of Razzle Dazzle Rose #F325E8
RGB
CMYK
RGB Variations
Color information
#F325E8 (or 0xF325E8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and E8. RGB value is (243,37,232). Sum of RGB (Red+Green+Blue) = 243+37+232=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F325E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325E8 is #0CDA17. Grayscale: #787878. Windows color (decimal): -842264 or 15214067. OLE color: 15214067.
HSL color Cylindrical-coordinate representation of color #F325E8: hue angle of 303.2º 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 #F325E8 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 232 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.05 |
| HSL | 303.2º | 0.9% | 0.55% | - |
| HSV(B) | 303.2º | 0.85% | 0.95% | - |
| XYZ | 52.19 | 26.2 | 78.65 | - |
| YUV | 120.82 | 190.75 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 232 | 0 | 0.85 | 0.05 | 0.05 | 303.2 | 0.9 | 0.55 |
| Hex | F3 | 25 | E8 | 0 | 55 | 5 | 5 | 12F | 5A | 37 |
| Octal | 363 | 45 | 350 | 0 | 125 | 5 | 5 | 457 | 132 | 67 |
| Binary | 11110011 | 100101 | 11101000 | 0 | 1010101 | 101 | 101 | 100101111 | 1011010 | 110111 |
Color Harmonies of #F325E8
Complementary color
Monochromatic Colors of #F325E8
Black with #F325E8
Text Example
Text Example
White with #F325E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325E8; }
p { color: rgb(243,37,232); }
H1.HeaderClassName
{
color: #F325E8;
}
.AnyTagClassName
{
color: #F325E8;
}
</style>
background-color css
<style>
a { background-color: #F325E8; }
a { background-color: rgb(243,37,232); }
div.DivClassName
{
background-color: #F325E8;
}
.BgClassName
{
background-color: #F325E8;
}
</style>
border-color css
<style>
span { border-color: #F325E8; }
span { border-color: rgb(243,37,232); }
td.TdClassName
{
border-color: #F325E8;
}
.TagClassName
{
border-color: #F325E8;
}
</style>