Shades of Razzle Dazzle Rose #F93DB5
Tints of Razzle Dazzle Rose #F93DB5
RGB
CMYK
RGB Variations
Color information
#F93DB5 (or 0xF93DB5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and B5. RGB value is (249,61,181). Sum of RGB (Red+Green+Blue) = 249+61+181=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DB5 is #06C24A. Grayscale: #828282. Windows color (decimal): -442955 or 11877881. OLE color: 11877881.
HSL color Cylindrical-coordinate representation of color #F93DB5: hue angle of 321.7º 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 #F93DB5 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 181 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.02 |
| HSL | 321.7º | 0.94% | 0.61% | - |
| HSV(B) | 321.7º | 0.76% | 0.98% | - |
| XYZ | 49.08 | 26.81 | 46.3 | - |
| YUV | 130.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 181 | 0 | 0.76 | 0.27 | 0.02 | 321.7 | 0.94 | 0.61 |
| Hex | F9 | 3D | B5 | 0 | 4C | 1B | 2 | 142 | 5E | 3D |
| Octal | 371 | 75 | 265 | 0 | 114 | 33 | 2 | 502 | 136 | 75 |
| Binary | 11111001 | 111101 | 10110101 | 0 | 1001100 | 11011 | 10 | 101000010 | 1011110 | 111101 |
Color Harmonies of #F93DB5
Complementary color
Monochromatic Colors of #F93DB5
Black with #F93DB5
Text Example
Text Example
White with #F93DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93DB5; }
p { color: rgb(249,61,181); }
H1.HeaderClassName
{
color: #F93DB5;
}
.AnyTagClassName
{
color: #F93DB5;
}
</style>
background-color css
<style>
a { background-color: #F93DB5; }
a { background-color: rgb(249,61,181); }
div.DivClassName
{
background-color: #F93DB5;
}
.BgClassName
{
background-color: #F93DB5;
}
</style>
border-color css
<style>
span { border-color: #F93DB5; }
span { border-color: rgb(249,61,181); }
td.TdClassName
{
border-color: #F93DB5;
}
.TagClassName
{
border-color: #F93DB5;
}
</style>