Shades of Razzle Dazzle Rose #F132D8
Tints of Razzle Dazzle Rose #F132D8
RGB
CMYK
RGB Variations
Color information
#F132D8 (or 0xF132D8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and D8. RGB value is (241,50,216). Sum of RGB (Red+Green+Blue) = 241+50+216=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 50 (19.92% from 255 or 9.86% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F132D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132D8 is #0ECD27. Grayscale: #7D7D7D. Windows color (decimal): -970024 or 14168817. OLE color: 14168817.
HSL color Cylindrical-coordinate representation of color #F132D8: hue angle of 307.85º 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 #F132D8 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 216 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.05 |
| HSL | 307.85º | 0.87% | 0.57% | - |
| HSV(B) | 307.85º | 0.79% | 0.95% | - |
| XYZ | 49.81 | 25.94 | 67.35 | - |
| YUV | 126.03 | 178.78 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 216 | 0 | 0.79 | 0.10 | 0.05 | 307.85 | 0.87 | 0.57 |
| Hex | F1 | 32 | D8 | 0 | 4F | A | 5 | 134 | 57 | 39 |
| Octal | 361 | 62 | 330 | 0 | 117 | 12 | 5 | 464 | 127 | 71 |
| Binary | 11110001 | 110010 | 11011000 | 0 | 1001111 | 1010 | 101 | 100110100 | 1010111 | 111001 |
Color Harmonies of #F132D8
Complementary color
Monochromatic Colors of #F132D8
Black with #F132D8
Text Example
Text Example
White with #F132D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F132D8; }
p { color: rgb(241,50,216); }
H1.HeaderClassName
{
color: #F132D8;
}
.AnyTagClassName
{
color: #F132D8;
}
</style>
background-color css
<style>
a { background-color: #F132D8; }
a { background-color: rgb(241,50,216); }
div.DivClassName
{
background-color: #F132D8;
}
.BgClassName
{
background-color: #F132D8;
}
</style>
border-color css
<style>
span { border-color: #F132D8; }
span { border-color: rgb(241,50,216); }
td.TdClassName
{
border-color: #F132D8;
}
.TagClassName
{
border-color: #F132D8;
}
</style>