Shades of Razzle Dazzle Rose #F136DB
Tints of Razzle Dazzle Rose #F136DB
RGB
CMYK
RGB Variations
Color information
#F136DB (or 0xF136DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and DB. RGB value is (241,54,219). Sum of RGB (Red+Green+Blue) = 241+54+219=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 54 (21.48% from 255 or 10.51% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F136DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136DB is #0EC924. Grayscale: #808080. Windows color (decimal): -968997 or 14366449. OLE color: 14366449.
HSL color Cylindrical-coordinate representation of color #F136DB: hue angle of 307.06º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F136DB is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 219 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.05 |
| HSL | 307.06º | 0.87% | 0.58% | - |
| HSV(B) | 307.06º | 0.78% | 0.95% | - |
| XYZ | 50.38 | 26.45 | 69.47 | - |
| YUV | 128.72 | 178.95 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 219 | 0 | 0.78 | 0.09 | 0.05 | 307.06 | 0.87 | 0.58 |
| Hex | F1 | 36 | DB | 0 | 4E | 9 | 5 | 133 | 57 | 3A |
| Octal | 361 | 66 | 333 | 0 | 116 | 11 | 5 | 463 | 127 | 72 |
| Binary | 11110001 | 110110 | 11011011 | 0 | 1001110 | 1001 | 101 | 100110011 | 1010111 | 111010 |
Color Harmonies of #F136DB
Complementary color
Monochromatic Colors of #F136DB
Black with #F136DB
Text Example
Text Example
White with #F136DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F136DB; }
p { color: rgb(241,54,219); }
H1.HeaderClassName
{
color: #F136DB;
}
.AnyTagClassName
{
color: #F136DB;
}
</style>
background-color css
<style>
a { background-color: #F136DB; }
a { background-color: rgb(241,54,219); }
div.DivClassName
{
background-color: #F136DB;
}
.BgClassName
{
background-color: #F136DB;
}
</style>
border-color css
<style>
span { border-color: #F136DB; }
span { border-color: rgb(241,54,219); }
td.TdClassName
{
border-color: #F136DB;
}
.TagClassName
{
border-color: #F136DB;
}
</style>