Shades of Razzle Dazzle Rose #F533F1
Tints of Razzle Dazzle Rose #F533F1
RGB
CMYK
RGB Variations
Color information
#F533F1 (or 0xF533F1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 33 and F1. RGB value is (245,51,241). Sum of RGB (Red+Green+Blue) = 245+51+241=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 51 (20.31% from 255 or 9.50% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F533F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F533F1 is #0ACC0E. Grayscale: #828282. Windows color (decimal): -707599 or 15807477. OLE color: 15807477.
HSL color Cylindrical-coordinate representation of color #F533F1: hue angle of 301.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F533F1 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 241 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.04 |
| HSL | 301.24º | 0.91% | 0.58% | - |
| HSV(B) | 301.24º | 0.79% | 0.96% | - |
| XYZ | 54.72 | 28.13 | 85.77 | - |
| YUV | 130.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 241 | 0 | 0.79 | 0.02 | 0.04 | 301.24 | 0.91 | 0.58 |
| Hex | F5 | 33 | F1 | 0 | 4F | 2 | 4 | 12D | 5B | 3A |
| Octal | 365 | 63 | 361 | 0 | 117 | 2 | 4 | 455 | 133 | 72 |
| Binary | 11110101 | 110011 | 11110001 | 0 | 1001111 | 10 | 100 | 100101101 | 1011011 | 111010 |
Color Harmonies of #F533F1
Complementary color
Monochromatic Colors of #F533F1
Black with #F533F1
Text Example
Text Example
White with #F533F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F533F1; }
p { color: rgb(245,51,241); }
H1.HeaderClassName
{
color: #F533F1;
}
.AnyTagClassName
{
color: #F533F1;
}
</style>
background-color css
<style>
a { background-color: #F533F1; }
a { background-color: rgb(245,51,241); }
div.DivClassName
{
background-color: #F533F1;
}
.BgClassName
{
background-color: #F533F1;
}
</style>
border-color css
<style>
span { border-color: #F533F1; }
span { border-color: rgb(245,51,241); }
td.TdClassName
{
border-color: #F533F1;
}
.TagClassName
{
border-color: #F533F1;
}
</style>