Shades of Razzle Dazzle Rose #F93CE2
Tints of Razzle Dazzle Rose #F93CE2
RGB
CMYK
RGB Variations
Color information
#F93CE2 (or 0xF93CE2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and E2. RGB value is (249,60,226). Sum of RGB (Red+Green+Blue) = 249+60+226=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 60 (23.83% from 255 or 11.21% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CE2 is #06C31D. Grayscale: #868686. Windows color (decimal): -443166 or 14826745. OLE color: 14826745.
HSL color Cylindrical-coordinate representation of color #F93CE2: hue angle of 307.3º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CE2 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 226 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.02 |
| HSL | 307.3º | 0.94% | 0.61% | - |
| HSV(B) | 307.3º | 0.76% | 0.98% | - |
| XYZ | 54.41 | 28.86 | 74.65 | - |
| YUV | 135.44 | 179.12 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 226 | 0 | 0.76 | 0.09 | 0.02 | 307.3 | 0.94 | 0.61 |
| Hex | F9 | 3C | E2 | 0 | 4C | 9 | 2 | 133 | 5E | 3D |
| Octal | 371 | 74 | 342 | 0 | 114 | 11 | 2 | 463 | 136 | 75 |
| Binary | 11111001 | 111100 | 11100010 | 0 | 1001100 | 1001 | 10 | 100110011 | 1011110 | 111101 |
Color Harmonies of #F93CE2
Complementary color
Monochromatic Colors of #F93CE2
Black with #F93CE2
Text Example
Text Example
White with #F93CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CE2; }
p { color: rgb(249,60,226); }
H1.HeaderClassName
{
color: #F93CE2;
}
.AnyTagClassName
{
color: #F93CE2;
}
</style>
background-color css
<style>
a { background-color: #F93CE2; }
a { background-color: rgb(249,60,226); }
div.DivClassName
{
background-color: #F93CE2;
}
.BgClassName
{
background-color: #F93CE2;
}
</style>
border-color css
<style>
span { border-color: #F93CE2; }
span { border-color: rgb(249,60,226); }
td.TdClassName
{
border-color: #F93CE2;
}
.TagClassName
{
border-color: #F93CE2;
}
</style>