Shades of Razzle Dazzle Rose #F137DB
Tints of Razzle Dazzle Rose #F137DB
RGB
CMYK
RGB Variations
Color information
#F137DB (or 0xF137DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 37 and DB. RGB value is (241,55,219). Sum of RGB (Red+Green+Blue) = 241+55+219=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F137DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137DB is #0EC824. Grayscale: #808080. Windows color (decimal): -968741 or 14366705. OLE color: 14366705.
HSL color Cylindrical-coordinate representation of color #F137DB: hue angle of 307.1º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F137DB is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 219 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.05 |
| HSL | 307.1º | 0.87% | 0.58% | - |
| HSV(B) | 307.1º | 0.77% | 0.95% | - |
| XYZ | 50.43 | 26.55 | 69.48 | - |
| YUV | 129.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 219 | 0 | 0.77 | 0.09 | 0.05 | 307.1 | 0.87 | 0.58 |
| Hex | F1 | 37 | DB | 0 | 4D | 9 | 5 | 133 | 57 | 3A |
| Octal | 361 | 67 | 333 | 0 | 115 | 11 | 5 | 463 | 127 | 72 |
| Binary | 11110001 | 110111 | 11011011 | 0 | 1001101 | 1001 | 101 | 100110011 | 1010111 | 111010 |
Color Harmonies of #F137DB
Complementary color
Monochromatic Colors of #F137DB
Black with #F137DB
Text Example
Text Example
White with #F137DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F137DB; }
p { color: rgb(241,55,219); }
H1.HeaderClassName
{
color: #F137DB;
}
.AnyTagClassName
{
color: #F137DB;
}
</style>
background-color css
<style>
a { background-color: #F137DB; }
a { background-color: rgb(241,55,219); }
div.DivClassName
{
background-color: #F137DB;
}
.BgClassName
{
background-color: #F137DB;
}
</style>
border-color css
<style>
span { border-color: #F137DB; }
span { border-color: rgb(241,55,219); }
td.TdClassName
{
border-color: #F137DB;
}
.TagClassName
{
border-color: #F137DB;
}
</style>