Shades of Razzle Dazzle Rose #F11FDF
Tints of Razzle Dazzle Rose #F11FDF
RGB
CMYK
RGB Variations
Color information
#F11FDF (or 0xF11FDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1F and DF. RGB value is (241,31,223). Sum of RGB (Red+Green+Blue) = 241+31+223=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11FDF is #0EE020. Grayscale: #737373. Windows color (decimal): -974881 or 14622705. OLE color: 14622705.
HSL color Cylindrical-coordinate representation of color #F11FDF: hue angle of 305.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11FDF is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 223 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.05 |
| HSL | 305.14º | 0.88% | 0.53% | - |
| HSV(B) | 305.14º | 0.87% | 0.95% | - |
| XYZ | 50.08 | 25.01 | 72 | - |
| YUV | 115.68 | 188.57 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 223 | 0 | 0.87 | 0.07 | 0.05 | 305.14 | 0.88 | 0.53 |
| Hex | F1 | 1F | DF | 0 | 57 | 7 | 5 | 131 | 58 | 35 |
| Octal | 361 | 37 | 337 | 0 | 127 | 7 | 5 | 461 | 130 | 65 |
| Binary | 11110001 | 11111 | 11011111 | 0 | 1010111 | 111 | 101 | 100110001 | 1011000 | 110101 |
Color Harmonies of #F11FDF
Complementary color
Monochromatic Colors of #F11FDF
Black with #F11FDF
Text Example
Text Example
White with #F11FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11FDF; }
p { color: rgb(241,31,223); }
H1.HeaderClassName
{
color: #F11FDF;
}
.AnyTagClassName
{
color: #F11FDF;
}
</style>
background-color css
<style>
a { background-color: #F11FDF; }
a { background-color: rgb(241,31,223); }
div.DivClassName
{
background-color: #F11FDF;
}
.BgClassName
{
background-color: #F11FDF;
}
</style>
border-color css
<style>
span { border-color: #F11FDF; }
span { border-color: rgb(241,31,223); }
td.TdClassName
{
border-color: #F11FDF;
}
.TagClassName
{
border-color: #F11FDF;
}
</style>