Shades of Razzle Dazzle Rose #F528EA
Tints of Razzle Dazzle Rose #F528EA
RGB
CMYK
RGB Variations
Color information
#F528EA (or 0xF528EA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and EA. RGB value is (245,40,234). Sum of RGB (Red+Green+Blue) = 245+40+234=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 40 (16.02% from 255 or 7.71% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F528EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528EA is #0AD715. Grayscale: #7A7A7A. Windows color (decimal): -710422 or 15345909. OLE color: 15345909.
HSL color Cylindrical-coordinate representation of color #F528EA: hue angle of 303.22º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528EA is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 234 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.04 |
| HSL | 303.22º | 0.91% | 0.56% | - |
| HSV(B) | 303.22º | 0.84% | 0.96% | - |
| XYZ | 53.27 | 26.87 | 80.22 | - |
| YUV | 123.41 | 190.42 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 234 | 0 | 0.84 | 0.04 | 0.04 | 303.22 | 0.91 | 0.56 |
| Hex | F5 | 28 | EA | 0 | 54 | 4 | 4 | 12F | 5B | 38 |
| Octal | 365 | 50 | 352 | 0 | 124 | 4 | 4 | 457 | 133 | 70 |
| Binary | 11110101 | 101000 | 11101010 | 0 | 1010100 | 100 | 100 | 100101111 | 1011011 | 111000 |
Color Harmonies of #F528EA
Complementary color
Monochromatic Colors of #F528EA
Black with #F528EA
Text Example
Text Example
White with #F528EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528EA; }
p { color: rgb(245,40,234); }
H1.HeaderClassName
{
color: #F528EA;
}
.AnyTagClassName
{
color: #F528EA;
}
</style>
background-color css
<style>
a { background-color: #F528EA; }
a { background-color: rgb(245,40,234); }
div.DivClassName
{
background-color: #F528EA;
}
.BgClassName
{
background-color: #F528EA;
}
</style>
border-color css
<style>
span { border-color: #F528EA; }
span { border-color: rgb(245,40,234); }
td.TdClassName
{
border-color: #F528EA;
}
.TagClassName
{
border-color: #F528EA;
}
</style>