Shades of Razzle Dazzle Rose #F141DB
Tints of Razzle Dazzle Rose #F141DB
RGB
CMYK
RGB Variations
Color information
#F141DB (or 0xF141DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and DB. RGB value is (241,65,219). Sum of RGB (Red+Green+Blue) = 241+65+219=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F141DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141DB is #0EBE24. Grayscale: #868686. Windows color (decimal): -966181 or 14369265. OLE color: 14369265.
HSL color Cylindrical-coordinate representation of color #F141DB: hue angle of 307.5º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F141DB is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 219 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.05 |
| HSL | 307.5º | 0.86% | 0.6% | - |
| HSV(B) | 307.5º | 0.73% | 0.95% | - |
| XYZ | 50.95 | 27.6 | 69.66 | - |
| YUV | 135.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 219 | 0 | 0.73 | 0.09 | 0.05 | 307.5 | 0.86 | 0.6 |
| Hex | F1 | 41 | DB | 0 | 49 | 9 | 5 | 134 | 56 | 3C |
| Octal | 361 | 101 | 333 | 0 | 111 | 11 | 5 | 464 | 126 | 74 |
| Binary | 11110001 | 1000001 | 11011011 | 0 | 1001001 | 1001 | 101 | 100110100 | 1010110 | 111100 |
Color Harmonies of #F141DB
Complementary color
Monochromatic Colors of #F141DB
Black with #F141DB
Text Example
Text Example
White with #F141DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141DB; }
p { color: rgb(241,65,219); }
H1.HeaderClassName
{
color: #F141DB;
}
.AnyTagClassName
{
color: #F141DB;
}
</style>
background-color css
<style>
a { background-color: #F141DB; }
a { background-color: rgb(241,65,219); }
div.DivClassName
{
background-color: #F141DB;
}
.BgClassName
{
background-color: #F141DB;
}
</style>
border-color css
<style>
span { border-color: #F141DB; }
span { border-color: rgb(241,65,219); }
td.TdClassName
{
border-color: #F141DB;
}
.TagClassName
{
border-color: #F141DB;
}
</style>