Shades of Razzle Dazzle Rose #F53FE8
Tints of Razzle Dazzle Rose #F53FE8
RGB
CMYK
RGB Variations
Color information
#F53FE8 (or 0xF53FE8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and E8. RGB value is (245,63,232). Sum of RGB (Red+Green+Blue) = 245+63+232=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 63 (25% from 255 or 11.67% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FE8 is #0AC017. Grayscale: #888888. Windows color (decimal): -704536 or 15220725. OLE color: 15220725.
HSL color Cylindrical-coordinate representation of color #F53FE8: hue angle of 304.29º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FE8 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 232 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.04 |
| HSL | 304.29º | 0.9% | 0.6% | - |
| HSV(B) | 304.29º | 0.74% | 0.96% | - |
| XYZ | 54 | 28.79 | 79.06 | - |
| YUV | 136.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 232 | 0 | 0.74 | 0.05 | 0.04 | 304.29 | 0.9 | 0.6 |
| Hex | F5 | 3F | E8 | 0 | 4A | 5 | 4 | 130 | 5A | 3C |
| Octal | 365 | 77 | 350 | 0 | 112 | 5 | 4 | 460 | 132 | 74 |
| Binary | 11110101 | 111111 | 11101000 | 0 | 1001010 | 101 | 100 | 100110000 | 1011010 | 111100 |
Color Harmonies of #F53FE8
Complementary color
Monochromatic Colors of #F53FE8
Black with #F53FE8
Text Example
Text Example
White with #F53FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FE8; }
p { color: rgb(245,63,232); }
H1.HeaderClassName
{
color: #F53FE8;
}
.AnyTagClassName
{
color: #F53FE8;
}
</style>
background-color css
<style>
a { background-color: #F53FE8; }
a { background-color: rgb(245,63,232); }
div.DivClassName
{
background-color: #F53FE8;
}
.BgClassName
{
background-color: #F53FE8;
}
</style>
border-color css
<style>
span { border-color: #F53FE8; }
span { border-color: rgb(245,63,232); }
td.TdClassName
{
border-color: #F53FE8;
}
.TagClassName
{
border-color: #F53FE8;
}
</style>