Shades of Razzle Dazzle Rose #F133DB
Tints of Razzle Dazzle Rose #F133DB
RGB
CMYK
RGB Variations
Color information
#F133DB (or 0xF133DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 33 and DB. RGB value is (241,51,219). Sum of RGB (Red+Green+Blue) = 241+51+219=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F133DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133DB is #0ECC24. Grayscale: #7E7E7E. Windows color (decimal): -969765 or 14365681. OLE color: 14365681.
HSL color Cylindrical-coordinate representation of color #F133DB: hue angle of 306.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F133DB is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 219 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.05 |
| HSL | 306.95º | 0.87% | 0.57% | - |
| HSV(B) | 306.95º | 0.79% | 0.95% | - |
| XYZ | 50.25 | 26.18 | 69.42 | - |
| YUV | 126.96 | 179.95 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 219 | 0 | 0.79 | 0.09 | 0.05 | 306.95 | 0.87 | 0.57 |
| Hex | F1 | 33 | DB | 0 | 4F | 9 | 5 | 133 | 57 | 39 |
| Octal | 361 | 63 | 333 | 0 | 117 | 11 | 5 | 463 | 127 | 71 |
| Binary | 11110001 | 110011 | 11011011 | 0 | 1001111 | 1001 | 101 | 100110011 | 1010111 | 111001 |
Color Harmonies of #F133DB
Complementary color
Monochromatic Colors of #F133DB
Black with #F133DB
Text Example
Text Example
White with #F133DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F133DB; }
p { color: rgb(241,51,219); }
H1.HeaderClassName
{
color: #F133DB;
}
.AnyTagClassName
{
color: #F133DB;
}
</style>
background-color css
<style>
a { background-color: #F133DB; }
a { background-color: rgb(241,51,219); }
div.DivClassName
{
background-color: #F133DB;
}
.BgClassName
{
background-color: #F133DB;
}
</style>
border-color css
<style>
span { border-color: #F133DB; }
span { border-color: rgb(241,51,219); }
td.TdClassName
{
border-color: #F133DB;
}
.TagClassName
{
border-color: #F133DB;
}
</style>