Shades of Razzle Dazzle Rose #F93EF1
Tints of Razzle Dazzle Rose #F93EF1
RGB
CMYK
RGB Variations
Color information
#F93EF1 (or 0xF93EF1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and F1. RGB value is (249,62,241). Sum of RGB (Red+Green+Blue) = 249+62+241=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 62 (24.61% from 255 or 11.23% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F93EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93EF1 is #06C10E. Grayscale: #898989. Windows color (decimal): -442639 or 15810297. OLE color: 15810297.
HSL color Cylindrical-coordinate representation of color #F93EF1: hue angle of 302.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93EF1 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 62 | 241 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.02 |
| HSL | 302.57º | 0.94% | 0.61% | - |
| HSV(B) | 302.57º | 0.75% | 0.98% | - |
| XYZ | 56.67 | 29.94 | 86.01 | - |
| YUV | 138.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 62 | 241 | 0 | 0.75 | 0.03 | 0.02 | 302.57 | 0.94 | 0.61 |
| Hex | F9 | 3E | F1 | 0 | 4B | 3 | 2 | 12F | 5E | 3D |
| Octal | 371 | 76 | 361 | 0 | 113 | 3 | 2 | 457 | 136 | 75 |
| Binary | 11111001 | 111110 | 11110001 | 0 | 1001011 | 11 | 10 | 100101111 | 1011110 | 111101 |
Color Harmonies of #F93EF1
Complementary color
Monochromatic Colors of #F93EF1
Black with #F93EF1
Text Example
Text Example
White with #F93EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93EF1; }
p { color: rgb(249,62,241); }
H1.HeaderClassName
{
color: #F93EF1;
}
.AnyTagClassName
{
color: #F93EF1;
}
</style>
background-color css
<style>
a { background-color: #F93EF1; }
a { background-color: rgb(249,62,241); }
div.DivClassName
{
background-color: #F93EF1;
}
.BgClassName
{
background-color: #F93EF1;
}
</style>
border-color css
<style>
span { border-color: #F93EF1; }
span { border-color: rgb(249,62,241); }
td.TdClassName
{
border-color: #F93EF1;
}
.TagClassName
{
border-color: #F93EF1;
}
</style>