Shades of Razzle Dazzle Rose #F11CDF
Tints of Razzle Dazzle Rose #F11CDF
RGB
CMYK
RGB Variations
Color information
#F11CDF (or 0xF11CDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1C and DF. RGB value is (241,28,223). Sum of RGB (Red+Green+Blue) = 241+28+223=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CDF is #0EE320. Grayscale: #717171. Windows color (decimal): -975649 or 14621937. OLE color: 14621937.
HSL color Cylindrical-coordinate representation of color #F11CDF: hue angle of 305.07º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11CDF is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 223 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.05 |
| HSL | 305.07º | 0.88% | 0.53% | - |
| HSV(B) | 305.07º | 0.88% | 0.95% | - |
| XYZ | 50.01 | 24.86 | 71.97 | - |
| YUV | 113.92 | 189.57 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 223 | 0 | 0.88 | 0.07 | 0.05 | 305.07 | 0.88 | 0.53 |
| Hex | F1 | 1C | DF | 0 | 58 | 7 | 5 | 131 | 58 | 35 |
| Octal | 361 | 34 | 337 | 0 | 130 | 7 | 5 | 461 | 130 | 65 |
| Binary | 11110001 | 11100 | 11011111 | 0 | 1011000 | 111 | 101 | 100110001 | 1011000 | 110101 |
Color Harmonies of #F11CDF
Complementary color
Monochromatic Colors of #F11CDF
Black with #F11CDF
Text Example
Text Example
White with #F11CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CDF; }
p { color: rgb(241,28,223); }
H1.HeaderClassName
{
color: #F11CDF;
}
.AnyTagClassName
{
color: #F11CDF;
}
</style>
background-color css
<style>
a { background-color: #F11CDF; }
a { background-color: rgb(241,28,223); }
div.DivClassName
{
background-color: #F11CDF;
}
.BgClassName
{
background-color: #F11CDF;
}
</style>
border-color css
<style>
span { border-color: #F11CDF; }
span { border-color: rgb(241,28,223); }
td.TdClassName
{
border-color: #F11CDF;
}
.TagClassName
{
border-color: #F11CDF;
}
</style>