Shades of Razzle Dazzle Rose #F525C7
Tints of Razzle Dazzle Rose #F525C7
RGB
CMYK
RGB Variations
Color information
#F525C7 (or 0xF525C7) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and C7. RGB value is (245,37,199). Sum of RGB (Red+Green+Blue) = 245+37+199=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F525C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525C7 is #0ADA38. Grayscale: #757575. Windows color (decimal): -711225 or 13051381. OLE color: 13051381.
HSL color Cylindrical-coordinate representation of color #F525C7: hue angle of 313.27º 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 #F525C7 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 199 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.04 |
| HSL | 313.27º | 0.91% | 0.55% | - |
| HSV(B) | 313.27º | 0.85% | 0.96% | - |
| XYZ | 48.63 | 24.86 | 56.27 | - |
| YUV | 117.66 | 173.91 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 199 | 0 | 0.85 | 0.19 | 0.04 | 313.27 | 0.91 | 0.55 |
| Hex | F5 | 25 | C7 | 0 | 55 | 13 | 4 | 139 | 5B | 37 |
| Octal | 365 | 45 | 307 | 0 | 125 | 23 | 4 | 471 | 133 | 67 |
| Binary | 11110101 | 100101 | 11000111 | 0 | 1010101 | 10011 | 100 | 100111001 | 1011011 | 110111 |
Color Harmonies of #F525C7
Complementary color
Monochromatic Colors of #F525C7
Black with #F525C7
Text Example
Text Example
White with #F525C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525C7; }
p { color: rgb(245,37,199); }
H1.HeaderClassName
{
color: #F525C7;
}
.AnyTagClassName
{
color: #F525C7;
}
</style>
background-color css
<style>
a { background-color: #F525C7; }
a { background-color: rgb(245,37,199); }
div.DivClassName
{
background-color: #F525C7;
}
.BgClassName
{
background-color: #F525C7;
}
</style>
border-color css
<style>
span { border-color: #F525C7; }
span { border-color: rgb(245,37,199); }
td.TdClassName
{
border-color: #F525C7;
}
.TagClassName
{
border-color: #F525C7;
}
</style>