Shades of Razzle Dazzle Rose #F93CE7
Tints of Razzle Dazzle Rose #F93CE7
RGB
CMYK
RGB Variations
Color information
#F93CE7 (or 0xF93CE7) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and E7. RGB value is (249,60,231). Sum of RGB (Red+Green+Blue) = 249+60+231=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 60 (23.83% from 255 or 11.11% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93CE7 is #06C318. Grayscale: #878787. Windows color (decimal): -443161 or 15154425. OLE color: 15154425.
HSL color Cylindrical-coordinate representation of color #F93CE7: hue angle of 305.71º 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 #F93CE7 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 231 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.02 |
| HSL | 305.71º | 0.94% | 0.61% | - |
| HSV(B) | 305.71º | 0.76% | 0.98% | - |
| XYZ | 55.11 | 29.14 | 78.32 | - |
| YUV | 136.01 | 181.62 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 231 | 0 | 0.76 | 0.07 | 0.02 | 305.71 | 0.94 | 0.61 |
| Hex | F9 | 3C | E7 | 0 | 4C | 7 | 2 | 132 | 5E | 3D |
| Octal | 371 | 74 | 347 | 0 | 114 | 7 | 2 | 462 | 136 | 75 |
| Binary | 11111001 | 111100 | 11100111 | 0 | 1001100 | 111 | 10 | 100110010 | 1011110 | 111101 |
Color Harmonies of #F93CE7
Complementary color
Monochromatic Colors of #F93CE7
Black with #F93CE7
Text Example
Text Example
White with #F93CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CE7; }
p { color: rgb(249,60,231); }
H1.HeaderClassName
{
color: #F93CE7;
}
.AnyTagClassName
{
color: #F93CE7;
}
</style>
background-color css
<style>
a { background-color: #F93CE7; }
a { background-color: rgb(249,60,231); }
div.DivClassName
{
background-color: #F93CE7;
}
.BgClassName
{
background-color: #F93CE7;
}
</style>
border-color css
<style>
span { border-color: #F93CE7; }
span { border-color: rgb(249,60,231); }
td.TdClassName
{
border-color: #F93CE7;
}
.TagClassName
{
border-color: #F93CE7;
}
</style>