Shades of Razzle Dazzle Rose #F132DD
Tints of Razzle Dazzle Rose #F132DD
RGB
CMYK
RGB Variations
Color information
#F132DD (or 0xF132DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and DD. RGB value is (241,50,221). Sum of RGB (Red+Green+Blue) = 241+50+221=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F132DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132DD is #0ECD22. Grayscale: #7E7E7E. Windows color (decimal): -970019 or 14496497. OLE color: 14496497.
HSL color Cylindrical-coordinate representation of color #F132DD: hue angle of 306.28º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F132DD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 221 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.05 |
| HSL | 306.28º | 0.87% | 0.57% | - |
| HSV(B) | 306.28º | 0.79% | 0.95% | - |
| XYZ | 50.47 | 26.2 | 70.8 | - |
| YUV | 126.6 | 181.28 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 221 | 0 | 0.79 | 0.08 | 0.05 | 306.28 | 0.87 | 0.57 |
| Hex | F1 | 32 | DD | 0 | 4F | 8 | 5 | 132 | 57 | 39 |
| Octal | 361 | 62 | 335 | 0 | 117 | 10 | 5 | 462 | 127 | 71 |
| Binary | 11110001 | 110010 | 11011101 | 0 | 1001111 | 1000 | 101 | 100110010 | 1010111 | 111001 |
Color Harmonies of #F132DD
Complementary color
Monochromatic Colors of #F132DD
Black with #F132DD
Text Example
Text Example
White with #F132DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F132DD; }
p { color: rgb(241,50,221); }
H1.HeaderClassName
{
color: #F132DD;
}
.AnyTagClassName
{
color: #F132DD;
}
</style>
background-color css
<style>
a { background-color: #F132DD; }
a { background-color: rgb(241,50,221); }
div.DivClassName
{
background-color: #F132DD;
}
.BgClassName
{
background-color: #F132DD;
}
</style>
border-color css
<style>
span { border-color: #F132DD; }
span { border-color: rgb(241,50,221); }
td.TdClassName
{
border-color: #F132DD;
}
.TagClassName
{
border-color: #F132DD;
}
</style>