Shades of Razzle Dazzle Rose #F149C6
Tints of Razzle Dazzle Rose #F149C6
RGB
CMYK
RGB Variations
Color information
#F149C6 (or 0xF149C6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and C6. RGB value is (241,73,198). Sum of RGB (Red+Green+Blue) = 241+73+198=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F149C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149C6 is #0EB639. Grayscale: #898989. Windows color (decimal): -964154 or 12995057. OLE color: 12995057.
HSL color Cylindrical-coordinate representation of color #F149C6: hue angle of 315.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149C6 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 198 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.05 |
| HSL | 315.36º | 0.86% | 0.62% | - |
| HSV(B) | 315.36º | 0.7% | 0.95% | - |
| XYZ | 48.85 | 27.54 | 56.17 | - |
| YUV | 137.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 198 | 0 | 0.70 | 0.18 | 0.05 | 315.36 | 0.86 | 0.62 |
| Hex | F1 | 49 | C6 | 0 | 46 | 12 | 5 | 13B | 56 | 3E |
| Octal | 361 | 111 | 306 | 0 | 106 | 22 | 5 | 473 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11000110 | 0 | 1000110 | 10010 | 101 | 100111011 | 1010110 | 111110 |
Color Harmonies of #F149C6
Complementary color
Monochromatic Colors of #F149C6
Black with #F149C6
Text Example
Text Example
White with #F149C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149C6; }
p { color: rgb(241,73,198); }
H1.HeaderClassName
{
color: #F149C6;
}
.AnyTagClassName
{
color: #F149C6;
}
</style>
background-color css
<style>
a { background-color: #F149C6; }
a { background-color: rgb(241,73,198); }
div.DivClassName
{
background-color: #F149C6;
}
.BgClassName
{
background-color: #F149C6;
}
</style>
border-color css
<style>
span { border-color: #F149C6; }
span { border-color: rgb(241,73,198); }
td.TdClassName
{
border-color: #F149C6;
}
.TagClassName
{
border-color: #F149C6;
}
</style>