Shades of Razzle Dazzle Rose #F93DB4
Tints of Razzle Dazzle Rose #F93DB4
RGB
CMYK
RGB Variations
Color information
#F93DB4 (or 0xF93DB4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3D and B4. RGB value is (249,61,180). Sum of RGB (Red+Green+Blue) = 249+61+180=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DB4 is #06C24B. Grayscale: #828282. Windows color (decimal): -442956 or 11812345. OLE color: 11812345.
HSL color Cylindrical-coordinate representation of color #F93DB4: hue angle of 322.02º 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 #F93DB4 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 180 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.02 |
| HSL | 322.02º | 0.94% | 0.61% | - |
| HSV(B) | 322.02º | 0.76% | 0.98% | - |
| XYZ | 48.97 | 26.77 | 45.77 | - |
| YUV | 130.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 180 | 0 | 0.76 | 0.28 | 0.02 | 322.02 | 0.94 | 0.61 |
| Hex | F9 | 3D | B4 | 0 | 4C | 1C | 2 | 142 | 5E | 3D |
| Octal | 371 | 75 | 264 | 0 | 114 | 34 | 2 | 502 | 136 | 75 |
| Binary | 11111001 | 111101 | 10110100 | 0 | 1001100 | 11100 | 10 | 101000010 | 1011110 | 111101 |
Color Harmonies of #F93DB4
Complementary color
Monochromatic Colors of #F93DB4
Black with #F93DB4
Text Example
Text Example
White with #F93DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93DB4; }
p { color: rgb(249,61,180); }
H1.HeaderClassName
{
color: #F93DB4;
}
.AnyTagClassName
{
color: #F93DB4;
}
</style>
background-color css
<style>
a { background-color: #F93DB4; }
a { background-color: rgb(249,61,180); }
div.DivClassName
{
background-color: #F93DB4;
}
.BgClassName
{
background-color: #F93DB4;
}
</style>
border-color css
<style>
span { border-color: #F93DB4; }
span { border-color: rgb(249,61,180); }
td.TdClassName
{
border-color: #F93DB4;
}
.TagClassName
{
border-color: #F93DB4;
}
</style>