Shades of Razzle Dazzle Rose #F93FE6
Tints of Razzle Dazzle Rose #F93FE6
RGB
CMYK
RGB Variations
Color information
#F93FE6 (or 0xF93FE6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and E6. RGB value is (249,63,230). Sum of RGB (Red+Green+Blue) = 249+63+230=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 63 (25% from 255 or 11.62% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FE6 is #06C019. Grayscale: #898989. Windows color (decimal): -442394 or 15089657. OLE color: 15089657.
HSL color Cylindrical-coordinate representation of color #F93FE6: hue angle of 306.13º 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 #F93FE6 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 230 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.02 |
| HSL | 306.13º | 0.94% | 0.61% | - |
| HSV(B) | 306.13º | 0.75% | 0.98% | - |
| XYZ | 55.13 | 29.41 | 77.63 | - |
| YUV | 137.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 230 | 0 | 0.75 | 0.08 | 0.02 | 306.13 | 0.94 | 0.61 |
| Hex | F9 | 3F | E6 | 0 | 4B | 8 | 2 | 132 | 5E | 3D |
| Octal | 371 | 77 | 346 | 0 | 113 | 10 | 2 | 462 | 136 | 75 |
| Binary | 11111001 | 111111 | 11100110 | 0 | 1001011 | 1000 | 10 | 100110010 | 1011110 | 111101 |
Color Harmonies of #F93FE6
Complementary color
Monochromatic Colors of #F93FE6
Black with #F93FE6
Text Example
Text Example
White with #F93FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FE6; }
p { color: rgb(249,63,230); }
H1.HeaderClassName
{
color: #F93FE6;
}
.AnyTagClassName
{
color: #F93FE6;
}
</style>
background-color css
<style>
a { background-color: #F93FE6; }
a { background-color: rgb(249,63,230); }
div.DivClassName
{
background-color: #F93FE6;
}
.BgClassName
{
background-color: #F93FE6;
}
</style>
border-color css
<style>
span { border-color: #F93FE6; }
span { border-color: rgb(249,63,230); }
td.TdClassName
{
border-color: #F93FE6;
}
.TagClassName
{
border-color: #F93FE6;
}
</style>