Shades of Razzle Dazzle Rose #F149CE
Tints of Razzle Dazzle Rose #F149CE
RGB
CMYK
RGB Variations
Color information
#F149CE (or 0xF149CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and CE. RGB value is (241,73,206). Sum of RGB (Red+Green+Blue) = 241+73+206=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F149CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149CE is #0EB631. Grayscale: #8A8A8A. Windows color (decimal): -964146 or 13519345. OLE color: 13519345.
HSL color Cylindrical-coordinate representation of color #F149CE: hue angle of 312.5º 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 #F149CE is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 206 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.05 |
| HSL | 312.5º | 0.86% | 0.62% | - |
| HSV(B) | 312.5º | 0.7% | 0.95% | - |
| XYZ | 49.8 | 27.92 | 61.16 | - |
| YUV | 138.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 206 | 0 | 0.70 | 0.15 | 0.05 | 312.5 | 0.86 | 0.62 |
| Hex | F1 | 49 | CE | 0 | 46 | F | 5 | 138 | 56 | 3E |
| Octal | 361 | 111 | 316 | 0 | 106 | 17 | 5 | 470 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11001110 | 0 | 1000110 | 1111 | 101 | 100111000 | 1010110 | 111110 |
Color Harmonies of #F149CE
Complementary color
Monochromatic Colors of #F149CE
Black with #F149CE
Text Example
Text Example
White with #F149CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149CE; }
p { color: rgb(241,73,206); }
H1.HeaderClassName
{
color: #F149CE;
}
.AnyTagClassName
{
color: #F149CE;
}
</style>
background-color css
<style>
a { background-color: #F149CE; }
a { background-color: rgb(241,73,206); }
div.DivClassName
{
background-color: #F149CE;
}
.BgClassName
{
background-color: #F149CE;
}
</style>
border-color css
<style>
span { border-color: #F149CE; }
span { border-color: rgb(241,73,206); }
td.TdClassName
{
border-color: #F149CE;
}
.TagClassName
{
border-color: #F149CE;
}
</style>