Shades of Razzle Dazzle Rose #F132D0
Tints of Razzle Dazzle Rose #F132D0
RGB
CMYK
RGB Variations
Color information
#F132D0 (or 0xF132D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and D0. RGB value is (241,50,208). Sum of RGB (Red+Green+Blue) = 241+50+208=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F132D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132D0 is #0ECD2F. Grayscale: #7C7C7C. Windows color (decimal): -970032 or 13644529. OLE color: 13644529.
HSL color Cylindrical-coordinate representation of color #F132D0: hue angle of 310.37º 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 #F132D0 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 208 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.05 |
| HSL | 310.37º | 0.87% | 0.57% | - |
| HSV(B) | 310.37º | 0.79% | 0.95% | - |
| XYZ | 48.8 | 25.54 | 62.03 | - |
| YUV | 125.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 208 | 0 | 0.79 | 0.14 | 0.05 | 310.37 | 0.87 | 0.57 |
| Hex | F1 | 32 | D0 | 0 | 4F | E | 5 | 136 | 57 | 39 |
| Octal | 361 | 62 | 320 | 0 | 117 | 16 | 5 | 466 | 127 | 71 |
| Binary | 11110001 | 110010 | 11010000 | 0 | 1001111 | 1110 | 101 | 100110110 | 1010111 | 111001 |
Color Harmonies of #F132D0
Complementary color
Monochromatic Colors of #F132D0
Black with #F132D0
Text Example
Text Example
White with #F132D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F132D0; }
p { color: rgb(241,50,208); }
H1.HeaderClassName
{
color: #F132D0;
}
.AnyTagClassName
{
color: #F132D0;
}
</style>
background-color css
<style>
a { background-color: #F132D0; }
a { background-color: rgb(241,50,208); }
div.DivClassName
{
background-color: #F132D0;
}
.BgClassName
{
background-color: #F132D0;
}
</style>
border-color css
<style>
span { border-color: #F132D0; }
span { border-color: rgb(241,50,208); }
td.TdClassName
{
border-color: #F132D0;
}
.TagClassName
{
border-color: #F132D0;
}
</style>