Shades of Razzle Dazzle Rose #F541DB
Tints of Razzle Dazzle Rose #F541DB
RGB
CMYK
RGB Variations
Color information
#F541DB (or 0xF541DB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and DB. RGB value is (245,65,219). Sum of RGB (Red+Green+Blue) = 245+65+219=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F541DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541DB is #0ABE24. Grayscale: #878787. Windows color (decimal): -704037 or 14369269. OLE color: 14369269.
HSL color Cylindrical-coordinate representation of color #F541DB: hue angle of 308.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541DB is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 219 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.04 |
| HSL | 308.67º | 0.9% | 0.61% | - |
| HSV(B) | 308.67º | 0.73% | 0.96% | - |
| XYZ | 52.33 | 28.31 | 69.72 | - |
| YUV | 136.38 | 174.63 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 219 | 0 | 0.73 | 0.11 | 0.04 | 308.67 | 0.9 | 0.61 |
| Hex | F5 | 41 | DB | 0 | 49 | B | 4 | 135 | 5A | 3D |
| Octal | 365 | 101 | 333 | 0 | 111 | 13 | 4 | 465 | 132 | 75 |
| Binary | 11110101 | 1000001 | 11011011 | 0 | 1001001 | 1011 | 100 | 100110101 | 1011010 | 111101 |
Color Harmonies of #F541DB
Complementary color
Monochromatic Colors of #F541DB
Black with #F541DB
Text Example
Text Example
White with #F541DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541DB; }
p { color: rgb(245,65,219); }
H1.HeaderClassName
{
color: #F541DB;
}
.AnyTagClassName
{
color: #F541DB;
}
</style>
background-color css
<style>
a { background-color: #F541DB; }
a { background-color: rgb(245,65,219); }
div.DivClassName
{
background-color: #F541DB;
}
.BgClassName
{
background-color: #F541DB;
}
</style>
border-color css
<style>
span { border-color: #F541DB; }
span { border-color: rgb(245,65,219); }
td.TdClassName
{
border-color: #F541DB;
}
.TagClassName
{
border-color: #F541DB;
}
</style>