Shades of Razzle Dazzle Rose #F149CF
Tints of Razzle Dazzle Rose #F149CF
RGB
CMYK
RGB Variations
Color information
#F149CF (or 0xF149CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and CF. RGB value is (241,73,207). Sum of RGB (Red+Green+Blue) = 241+73+207=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F149CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149CF is #0EB630. Grayscale: #8A8A8A. Windows color (decimal): -964145 or 13584881. OLE color: 13584881.
HSL color Cylindrical-coordinate representation of color #F149CF: hue angle of 312.14º 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 #F149CF is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 207 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.05 |
| HSL | 312.14º | 0.86% | 0.62% | - |
| HSV(B) | 312.14º | 0.7% | 0.95% | - |
| XYZ | 49.92 | 27.97 | 61.8 | - |
| YUV | 138.51 | 166.66 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 207 | 0 | 0.70 | 0.14 | 0.05 | 312.14 | 0.86 | 0.62 |
| Hex | F1 | 49 | CF | 0 | 46 | E | 5 | 138 | 56 | 3E |
| Octal | 361 | 111 | 317 | 0 | 106 | 16 | 5 | 470 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11001111 | 0 | 1000110 | 1110 | 101 | 100111000 | 1010110 | 111110 |
Color Harmonies of #F149CF
Complementary color
Monochromatic Colors of #F149CF
Black with #F149CF
Text Example
Text Example
White with #F149CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149CF; }
p { color: rgb(241,73,207); }
H1.HeaderClassName
{
color: #F149CF;
}
.AnyTagClassName
{
color: #F149CF;
}
</style>
background-color css
<style>
a { background-color: #F149CF; }
a { background-color: rgb(241,73,207); }
div.DivClassName
{
background-color: #F149CF;
}
.BgClassName
{
background-color: #F149CF;
}
</style>
border-color css
<style>
span { border-color: #F149CF; }
span { border-color: rgb(241,73,207); }
td.TdClassName
{
border-color: #F149CF;
}
.TagClassName
{
border-color: #F149CF;
}
</style>