Shades of Razzle Dazzle Rose #F13BDF
Tints of Razzle Dazzle Rose #F13BDF
RGB
CMYK
RGB Variations
Color information
#F13BDF (or 0xF13BDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3B and DF. RGB value is (241,59,223). Sum of RGB (Red+Green+Blue) = 241+59+223=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 59 (23.44% from 255 or 11.28% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13BDF is #0EC420. Grayscale: #838383. Windows color (decimal): -967713 or 14629873. OLE color: 14629873.
HSL color Cylindrical-coordinate representation of color #F13BDF: hue angle of 305.93º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13BDF is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 59 | 223 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.05 |
| HSL | 305.93º | 0.87% | 0.59% | - |
| HSV(B) | 305.93º | 0.76% | 0.95% | - |
| XYZ | 51.16 | 27.16 | 72.36 | - |
| YUV | 132.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 59 | 223 | 0 | 0.76 | 0.07 | 0.05 | 305.93 | 0.87 | 0.59 |
| Hex | F1 | 3B | DF | 0 | 4C | 7 | 5 | 132 | 57 | 3B |
| Octal | 361 | 73 | 337 | 0 | 114 | 7 | 5 | 462 | 127 | 73 |
| Binary | 11110001 | 111011 | 11011111 | 0 | 1001100 | 111 | 101 | 100110010 | 1010111 | 111011 |
Color Harmonies of #F13BDF
Complementary color
Monochromatic Colors of #F13BDF
Black with #F13BDF
Text Example
Text Example
White with #F13BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13BDF; }
p { color: rgb(241,59,223); }
H1.HeaderClassName
{
color: #F13BDF;
}
.AnyTagClassName
{
color: #F13BDF;
}
</style>
background-color css
<style>
a { background-color: #F13BDF; }
a { background-color: rgb(241,59,223); }
div.DivClassName
{
background-color: #F13BDF;
}
.BgClassName
{
background-color: #F13BDF;
}
</style>
border-color css
<style>
span { border-color: #F13BDF; }
span { border-color: rgb(241,59,223); }
td.TdClassName
{
border-color: #F13BDF;
}
.TagClassName
{
border-color: #F13BDF;
}
</style>