Shades of Razzle Dazzle Rose #F132CF
Tints of Razzle Dazzle Rose #F132CF
RGB
CMYK
RGB Variations
Color information
#F132CF (or 0xF132CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and CF. RGB value is (241,50,207). Sum of RGB (Red+Green+Blue) = 241+50+207=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F132CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132CF is #0ECD30. Grayscale: #7C7C7C. Windows color (decimal): -970033 or 13578993. OLE color: 13578993.
HSL color Cylindrical-coordinate representation of color #F132CF: hue angle of 310.68º 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 #F132CF is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 207 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.05 |
| HSL | 310.68º | 0.87% | 0.57% | - |
| HSV(B) | 310.68º | 0.79% | 0.95% | - |
| XYZ | 48.68 | 25.49 | 61.39 | - |
| YUV | 125.01 | 174.28 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 207 | 0 | 0.79 | 0.14 | 0.05 | 310.68 | 0.87 | 0.57 |
| Hex | F1 | 32 | CF | 0 | 4F | E | 5 | 137 | 57 | 39 |
| Octal | 361 | 62 | 317 | 0 | 117 | 16 | 5 | 467 | 127 | 71 |
| Binary | 11110001 | 110010 | 11001111 | 0 | 1001111 | 1110 | 101 | 100110111 | 1010111 | 111001 |
Color Harmonies of #F132CF
Complementary color
Monochromatic Colors of #F132CF
Black with #F132CF
Text Example
Text Example
White with #F132CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F132CF; }
p { color: rgb(241,50,207); }
H1.HeaderClassName
{
color: #F132CF;
}
.AnyTagClassName
{
color: #F132CF;
}
</style>
background-color css
<style>
a { background-color: #F132CF; }
a { background-color: rgb(241,50,207); }
div.DivClassName
{
background-color: #F132CF;
}
.BgClassName
{
background-color: #F132CF;
}
</style>
border-color css
<style>
span { border-color: #F132CF; }
span { border-color: rgb(241,50,207); }
td.TdClassName
{
border-color: #F132CF;
}
.TagClassName
{
border-color: #F132CF;
}
</style>