Shades of Razzle Dazzle Rose #F93FEF
Tints of Razzle Dazzle Rose #F93FEF
RGB
CMYK
RGB Variations
Color information
#F93FEF (or 0xF93FEF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and EF. RGB value is (249,63,239). Sum of RGB (Red+Green+Blue) = 249+63+239=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 63 (25% from 255 or 11.43% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FEF is #06C010. Grayscale: #8A8A8A. Windows color (decimal): -442385 or 15679481. OLE color: 15679481.
HSL color Cylindrical-coordinate representation of color #F93FEF: hue angle of 303.23º 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 #F93FEF is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 239 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.02 |
| HSL | 303.23º | 0.94% | 0.61% | - |
| HSV(B) | 303.23º | 0.75% | 0.98% | - |
| XYZ | 56.42 | 29.93 | 84.46 | - |
| YUV | 138.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 239 | 0 | 0.75 | 0.04 | 0.02 | 303.23 | 0.94 | 0.61 |
| Hex | F9 | 3F | EF | 0 | 4B | 4 | 2 | 12F | 5E | 3D |
| Octal | 371 | 77 | 357 | 0 | 113 | 4 | 2 | 457 | 136 | 75 |
| Binary | 11111001 | 111111 | 11101111 | 0 | 1001011 | 100 | 10 | 100101111 | 1011110 | 111101 |
Color Harmonies of #F93FEF
Complementary color
Monochromatic Colors of #F93FEF
Black with #F93FEF
Text Example
Text Example
White with #F93FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FEF; }
p { color: rgb(249,63,239); }
H1.HeaderClassName
{
color: #F93FEF;
}
.AnyTagClassName
{
color: #F93FEF;
}
</style>
background-color css
<style>
a { background-color: #F93FEF; }
a { background-color: rgb(249,63,239); }
div.DivClassName
{
background-color: #F93FEF;
}
.BgClassName
{
background-color: #F93FEF;
}
</style>
border-color css
<style>
span { border-color: #F93FEF; }
span { border-color: rgb(249,63,239); }
td.TdClassName
{
border-color: #F93FEF;
}
.TagClassName
{
border-color: #F93FEF;
}
</style>