Shades of Razzle Dazzle Rose #F13BC0
Tints of Razzle Dazzle Rose #F13BC0
RGB
CMYK
RGB Variations
Color information
#F13BC0 (or 0xF13BC0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3B and C0. RGB value is (241,59,192). Sum of RGB (Red+Green+Blue) = 241+59+192=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13BC0 is #0EC43F. Grayscale: #808080. Windows color (decimal): -967744 or 12598257. OLE color: 12598257.
HSL color Cylindrical-coordinate representation of color #F13BC0: hue angle of 316.15º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13BC0 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 59 | 192 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.05 |
| HSL | 316.15º | 0.87% | 0.59% | - |
| HSV(B) | 316.15º | 0.76% | 0.95% | - |
| XYZ | 47.35 | 25.63 | 52.32 | - |
| YUV | 128.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 59 | 192 | 0 | 0.76 | 0.20 | 0.05 | 316.15 | 0.87 | 0.59 |
| Hex | F1 | 3B | C0 | 0 | 4C | 14 | 5 | 13C | 57 | 3B |
| Octal | 361 | 73 | 300 | 0 | 114 | 24 | 5 | 474 | 127 | 73 |
| Binary | 11110001 | 111011 | 11000000 | 0 | 1001100 | 10100 | 101 | 100111100 | 1010111 | 111011 |
Color Harmonies of #F13BC0
Complementary color
Monochromatic Colors of #F13BC0
Black with #F13BC0
Text Example
Text Example
White with #F13BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13BC0; }
p { color: rgb(241,59,192); }
H1.HeaderClassName
{
color: #F13BC0;
}
.AnyTagClassName
{
color: #F13BC0;
}
</style>
background-color css
<style>
a { background-color: #F13BC0; }
a { background-color: rgb(241,59,192); }
div.DivClassName
{
background-color: #F13BC0;
}
.BgClassName
{
background-color: #F13BC0;
}
</style>
border-color css
<style>
span { border-color: #F13BC0; }
span { border-color: rgb(241,59,192); }
td.TdClassName
{
border-color: #F13BC0;
}
.TagClassName
{
border-color: #F13BC0;
}
</style>