Shades of Razzle Dazzle Rose #F525E3
Tints of Razzle Dazzle Rose #F525E3
RGB
CMYK
RGB Variations
Color information
#F525E3 (or 0xF525E3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and E3. RGB value is (245,37,227). Sum of RGB (Red+Green+Blue) = 245+37+227=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 37 (14.84% from 255 or 7.27% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F525E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525E3 is #0ADA1C. Grayscale: #787878. Windows color (decimal): -711197 or 14886389. OLE color: 14886389.
HSL color Cylindrical-coordinate representation of color #F525E3: hue angle of 305.19º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525E3 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 227 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.04 |
| HSL | 305.19º | 0.91% | 0.55% | - |
| HSV(B) | 305.19º | 0.85% | 0.96% | - |
| XYZ | 52.18 | 26.28 | 75 | - |
| YUV | 120.85 | 187.91 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 227 | 0 | 0.85 | 0.07 | 0.04 | 305.19 | 0.91 | 0.55 |
| Hex | F5 | 25 | E3 | 0 | 55 | 7 | 4 | 131 | 5B | 37 |
| Octal | 365 | 45 | 343 | 0 | 125 | 7 | 4 | 461 | 133 | 67 |
| Binary | 11110101 | 100101 | 11100011 | 0 | 1010101 | 111 | 100 | 100110001 | 1011011 | 110111 |
Color Harmonies of #F525E3
Complementary color
Monochromatic Colors of #F525E3
Black with #F525E3
Text Example
Text Example
White with #F525E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525E3; }
p { color: rgb(245,37,227); }
H1.HeaderClassName
{
color: #F525E3;
}
.AnyTagClassName
{
color: #F525E3;
}
</style>
background-color css
<style>
a { background-color: #F525E3; }
a { background-color: rgb(245,37,227); }
div.DivClassName
{
background-color: #F525E3;
}
.BgClassName
{
background-color: #F525E3;
}
</style>
border-color css
<style>
span { border-color: #F525E3; }
span { border-color: rgb(245,37,227); }
td.TdClassName
{
border-color: #F525E3;
}
.TagClassName
{
border-color: #F525E3;
}
</style>