Shades of Razzle Dazzle Rose #F93CE5
Tints of Razzle Dazzle Rose #F93CE5
RGB
CMYK
RGB Variations
Color information
#F93CE5 (or 0xF93CE5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and E5. RGB value is (249,60,229). Sum of RGB (Red+Green+Blue) = 249+60+229=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 60 (23.83% from 255 or 11.15% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CE5 is #06C31A. Grayscale: #878787. Windows color (decimal): -443163 or 15023353. OLE color: 15023353.
HSL color Cylindrical-coordinate representation of color #F93CE5: hue angle of 306.35º 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 #F93CE5 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 229 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.02 |
| HSL | 306.35º | 0.94% | 0.61% | - |
| HSV(B) | 306.35º | 0.76% | 0.98% | - |
| XYZ | 54.83 | 29.03 | 76.84 | - |
| YUV | 135.78 | 180.62 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 229 | 0 | 0.76 | 0.08 | 0.02 | 306.35 | 0.94 | 0.61 |
| Hex | F9 | 3C | E5 | 0 | 4C | 8 | 2 | 132 | 5E | 3D |
| Octal | 371 | 74 | 345 | 0 | 114 | 10 | 2 | 462 | 136 | 75 |
| Binary | 11111001 | 111100 | 11100101 | 0 | 1001100 | 1000 | 10 | 100110010 | 1011110 | 111101 |
Color Harmonies of #F93CE5
Complementary color
Monochromatic Colors of #F93CE5
Black with #F93CE5
Text Example
Text Example
White with #F93CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CE5; }
p { color: rgb(249,60,229); }
H1.HeaderClassName
{
color: #F93CE5;
}
.AnyTagClassName
{
color: #F93CE5;
}
</style>
background-color css
<style>
a { background-color: #F93CE5; }
a { background-color: rgb(249,60,229); }
div.DivClassName
{
background-color: #F93CE5;
}
.BgClassName
{
background-color: #F93CE5;
}
</style>
border-color css
<style>
span { border-color: #F93CE5; }
span { border-color: rgb(249,60,229); }
td.TdClassName
{
border-color: #F93CE5;
}
.TagClassName
{
border-color: #F93CE5;
}
</style>