Shades of Razzle Dazzle Rose #F13FDB
Tints of Razzle Dazzle Rose #F13FDB
RGB
CMYK
RGB Variations
Color information
#F13FDB (or 0xF13FDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3F and DB. RGB value is (241,63,219). Sum of RGB (Red+Green+Blue) = 241+63+219=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 63 (25% from 255 or 12.05% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FDB is #0EC024. Grayscale: #858585. Windows color (decimal): -966693 or 14368753. OLE color: 14368753.
HSL color Cylindrical-coordinate representation of color #F13FDB: hue angle of 307.42º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13FDB is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 219 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.05 |
| HSL | 307.42º | 0.86% | 0.6% | - |
| HSV(B) | 307.42º | 0.74% | 0.95% | - |
| XYZ | 50.84 | 27.37 | 69.62 | - |
| YUV | 134.01 | 175.97 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 219 | 0 | 0.74 | 0.09 | 0.05 | 307.42 | 0.86 | 0.6 |
| Hex | F1 | 3F | DB | 0 | 4A | 9 | 5 | 133 | 56 | 3C |
| Octal | 361 | 77 | 333 | 0 | 112 | 11 | 5 | 463 | 126 | 74 |
| Binary | 11110001 | 111111 | 11011011 | 0 | 1001010 | 1001 | 101 | 100110011 | 1010110 | 111100 |
Color Harmonies of #F13FDB
Complementary color
Monochromatic Colors of #F13FDB
Black with #F13FDB
Text Example
Text Example
White with #F13FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13FDB; }
p { color: rgb(241,63,219); }
H1.HeaderClassName
{
color: #F13FDB;
}
.AnyTagClassName
{
color: #F13FDB;
}
</style>
background-color css
<style>
a { background-color: #F13FDB; }
a { background-color: rgb(241,63,219); }
div.DivClassName
{
background-color: #F13FDB;
}
.BgClassName
{
background-color: #F13FDB;
}
</style>
border-color css
<style>
span { border-color: #F13FDB; }
span { border-color: rgb(241,63,219); }
td.TdClassName
{
border-color: #F13FDB;
}
.TagClassName
{
border-color: #F13FDB;
}
</style>