Shades of Razzle Dazzle Rose #F53FE5
Tints of Razzle Dazzle Rose #F53FE5
RGB
CMYK
RGB Variations
Color information
#F53FE5 (or 0xF53FE5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and E5. RGB value is (245,63,229). Sum of RGB (Red+Green+Blue) = 245+63+229=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 63 (25% from 255 or 11.73% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FE5 is #0AC01A. Grayscale: #878787. Windows color (decimal): -704539 or 15024117. OLE color: 15024117.
HSL color Cylindrical-coordinate representation of color #F53FE5: hue angle of 305.27º 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 #F53FE5 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 229 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.04 |
| HSL | 305.27º | 0.9% | 0.6% | - |
| HSV(B) | 305.27º | 0.74% | 0.96% | - |
| XYZ | 53.58 | 28.62 | 76.83 | - |
| YUV | 136.34 | 180.3 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 229 | 0 | 0.74 | 0.07 | 0.04 | 305.27 | 0.9 | 0.6 |
| Hex | F5 | 3F | E5 | 0 | 4A | 7 | 4 | 131 | 5A | 3C |
| Octal | 365 | 77 | 345 | 0 | 112 | 7 | 4 | 461 | 132 | 74 |
| Binary | 11110101 | 111111 | 11100101 | 0 | 1001010 | 111 | 100 | 100110001 | 1011010 | 111100 |
Color Harmonies of #F53FE5
Complementary color
Monochromatic Colors of #F53FE5
Black with #F53FE5
Text Example
Text Example
White with #F53FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FE5; }
p { color: rgb(245,63,229); }
H1.HeaderClassName
{
color: #F53FE5;
}
.AnyTagClassName
{
color: #F53FE5;
}
</style>
background-color css
<style>
a { background-color: #F53FE5; }
a { background-color: rgb(245,63,229); }
div.DivClassName
{
background-color: #F53FE5;
}
.BgClassName
{
background-color: #F53FE5;
}
</style>
border-color css
<style>
span { border-color: #F53FE5; }
span { border-color: rgb(245,63,229); }
td.TdClassName
{
border-color: #F53FE5;
}
.TagClassName
{
border-color: #F53FE5;
}
</style>