Shades of Razzle Dazzle Rose #F146C0
Tints of Razzle Dazzle Rose #F146C0
RGB
CMYK
RGB Variations
Color information
#F146C0 (or 0xF146C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 46 and C0. RGB value is (241,70,192). Sum of RGB (Red+Green+Blue) = 241+70+192=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F146C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F146C0 is #0EB93F. Grayscale: #868686. Windows color (decimal): -964928 or 12601073. OLE color: 12601073.
HSL color Cylindrical-coordinate representation of color #F146C0: hue angle of 317.19º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F146C0 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 192 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.05 |
| HSL | 317.19º | 0.86% | 0.61% | - |
| HSV(B) | 317.19º | 0.71% | 0.95% | - |
| XYZ | 47.98 | 26.89 | 52.53 | - |
| YUV | 135.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 192 | 0 | 0.71 | 0.20 | 0.05 | 317.19 | 0.86 | 0.61 |
| Hex | F1 | 46 | C0 | 0 | 47 | 14 | 5 | 13D | 56 | 3D |
| Octal | 361 | 106 | 300 | 0 | 107 | 24 | 5 | 475 | 126 | 75 |
| Binary | 11110001 | 1000110 | 11000000 | 0 | 1000111 | 10100 | 101 | 100111101 | 1010110 | 111101 |
Color Harmonies of #F146C0
Complementary color
Monochromatic Colors of #F146C0
Black with #F146C0
Text Example
Text Example
White with #F146C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146C0; }
p { color: rgb(241,70,192); }
H1.HeaderClassName
{
color: #F146C0;
}
.AnyTagClassName
{
color: #F146C0;
}
</style>
background-color css
<style>
a { background-color: #F146C0; }
a { background-color: rgb(241,70,192); }
div.DivClassName
{
background-color: #F146C0;
}
.BgClassName
{
background-color: #F146C0;
}
</style>
border-color css
<style>
span { border-color: #F146C0; }
span { border-color: rgb(241,70,192); }
td.TdClassName
{
border-color: #F146C0;
}
.TagClassName
{
border-color: #F146C0;
}
</style>