Shades of Razzle Dazzle Rose #F133C0
Tints of Razzle Dazzle Rose #F133C0
RGB
CMYK
RGB Variations
Color information
#F133C0 (or 0xF133C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 33 and C0. RGB value is (241,51,192). Sum of RGB (Red+Green+Blue) = 241+51+192=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F133C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133C0 is #0ECC3F. Grayscale: #7B7B7B. Windows color (decimal): -969792 or 12596209. OLE color: 12596209.
HSL color Cylindrical-coordinate representation of color #F133C0: hue angle of 315.47º 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 #F133C0 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 192 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.05 |
| HSL | 315.47º | 0.87% | 0.57% | - |
| HSV(B) | 315.47º | 0.79% | 0.95% | - |
| XYZ | 46.97 | 24.87 | 52.19 | - |
| YUV | 123.88 | 166.45 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 192 | 0 | 0.79 | 0.20 | 0.05 | 315.47 | 0.87 | 0.57 |
| Hex | F1 | 33 | C0 | 0 | 4F | 14 | 5 | 13B | 57 | 39 |
| Octal | 361 | 63 | 300 | 0 | 117 | 24 | 5 | 473 | 127 | 71 |
| Binary | 11110001 | 110011 | 11000000 | 0 | 1001111 | 10100 | 101 | 100111011 | 1010111 | 111001 |
Color Harmonies of #F133C0
Complementary color
Monochromatic Colors of #F133C0
Black with #F133C0
Text Example
Text Example
White with #F133C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F133C0; }
p { color: rgb(241,51,192); }
H1.HeaderClassName
{
color: #F133C0;
}
.AnyTagClassName
{
color: #F133C0;
}
</style>
background-color css
<style>
a { background-color: #F133C0; }
a { background-color: rgb(241,51,192); }
div.DivClassName
{
background-color: #F133C0;
}
.BgClassName
{
background-color: #F133C0;
}
</style>
border-color css
<style>
span { border-color: #F133C0; }
span { border-color: rgb(241,51,192); }
td.TdClassName
{
border-color: #F133C0;
}
.TagClassName
{
border-color: #F133C0;
}
</style>