Shades of Razzle Dazzle Rose #F93FDF
Tints of Razzle Dazzle Rose #F93FDF
RGB
CMYK
RGB Variations
Color information
#F93FDF (or 0xF93FDF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and DF. RGB value is (249,63,223). Sum of RGB (Red+Green+Blue) = 249+63+223=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 63 (25% from 255 or 11.78% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93FDF is #06C020. Grayscale: #888888. Windows color (decimal): -442401 or 14630905. OLE color: 14630905.
HSL color Cylindrical-coordinate representation of color #F93FDF: hue angle of 308.39º 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 #F93FDF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 223 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.02 |
| HSL | 308.39º | 0.94% | 0.61% | - |
| HSV(B) | 308.39º | 0.75% | 0.98% | - |
| XYZ | 54.16 | 29.02 | 72.56 | - |
| YUV | 136.85 | 176.62 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 223 | 0 | 0.75 | 0.10 | 0.02 | 308.39 | 0.94 | 0.61 |
| Hex | F9 | 3F | DF | 0 | 4B | A | 2 | 134 | 5E | 3D |
| Octal | 371 | 77 | 337 | 0 | 113 | 12 | 2 | 464 | 136 | 75 |
| Binary | 11111001 | 111111 | 11011111 | 0 | 1001011 | 1010 | 10 | 100110100 | 1011110 | 111101 |
Color Harmonies of #F93FDF
Complementary color
Monochromatic Colors of #F93FDF
Black with #F93FDF
Text Example
Text Example
White with #F93FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FDF; }
p { color: rgb(249,63,223); }
H1.HeaderClassName
{
color: #F93FDF;
}
.AnyTagClassName
{
color: #F93FDF;
}
</style>
background-color css
<style>
a { background-color: #F93FDF; }
a { background-color: rgb(249,63,223); }
div.DivClassName
{
background-color: #F93FDF;
}
.BgClassName
{
background-color: #F93FDF;
}
</style>
border-color css
<style>
span { border-color: #F93FDF; }
span { border-color: rgb(249,63,223); }
td.TdClassName
{
border-color: #F93FDF;
}
.TagClassName
{
border-color: #F93FDF;
}
</style>