Shades of Razzle Dazzle Rose #F149C3
Tints of Razzle Dazzle Rose #F149C3
RGB
CMYK
RGB Variations
Color information
#F149C3 (or 0xF149C3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and C3. RGB value is (241,73,195). Sum of RGB (Red+Green+Blue) = 241+73+195=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F149C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149C3 is #0EB63C. Grayscale: #888888. Windows color (decimal): -964157 or 12798449. OLE color: 12798449.
HSL color Cylindrical-coordinate representation of color #F149C3: hue angle of 316.43º 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 #F149C3 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 195 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.05 |
| HSL | 316.43º | 0.86% | 0.62% | - |
| HSV(B) | 316.43º | 0.7% | 0.95% | - |
| XYZ | 48.51 | 27.41 | 54.36 | - |
| YUV | 137.14 | 160.66 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 195 | 0 | 0.70 | 0.19 | 0.05 | 316.43 | 0.86 | 0.62 |
| Hex | F1 | 49 | C3 | 0 | 46 | 13 | 5 | 13C | 56 | 3E |
| Octal | 361 | 111 | 303 | 0 | 106 | 23 | 5 | 474 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11000011 | 0 | 1000110 | 10011 | 101 | 100111100 | 1010110 | 111110 |
Color Harmonies of #F149C3
Complementary color
Monochromatic Colors of #F149C3
Black with #F149C3
Text Example
Text Example
White with #F149C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149C3; }
p { color: rgb(241,73,195); }
H1.HeaderClassName
{
color: #F149C3;
}
.AnyTagClassName
{
color: #F149C3;
}
</style>
background-color css
<style>
a { background-color: #F149C3; }
a { background-color: rgb(241,73,195); }
div.DivClassName
{
background-color: #F149C3;
}
.BgClassName
{
background-color: #F149C3;
}
</style>
border-color css
<style>
span { border-color: #F149C3; }
span { border-color: rgb(241,73,195); }
td.TdClassName
{
border-color: #F149C3;
}
.TagClassName
{
border-color: #F149C3;
}
</style>