Shades of Razzle Dazzle Rose #F147BA
Tints of Razzle Dazzle Rose #F147BA
RGB
CMYK
RGB Variations
Color information
#F147BA (or 0xF147BA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 47 and BA. RGB value is (241,71,186). Sum of RGB (Red+Green+Blue) = 241+71+186=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F147BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F147BA is #0EB845. Grayscale: #868686. Windows color (decimal): -964678 or 12208113. OLE color: 12208113.
HSL color Cylindrical-coordinate representation of color #F147BA: hue angle of 319.41º 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 #F147BA is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 186 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.05 |
| HSL | 319.41º | 0.86% | 0.61% | - |
| HSV(B) | 319.41º | 0.71% | 0.95% | - |
| XYZ | 47.39 | 26.75 | 49.12 | - |
| YUV | 134.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 186 | 0 | 0.71 | 0.23 | 0.05 | 319.41 | 0.86 | 0.61 |
| Hex | F1 | 47 | BA | 0 | 47 | 17 | 5 | 13F | 56 | 3D |
| Octal | 361 | 107 | 272 | 0 | 107 | 27 | 5 | 477 | 126 | 75 |
| Binary | 11110001 | 1000111 | 10111010 | 0 | 1000111 | 10111 | 101 | 100111111 | 1010110 | 111101 |
Color Harmonies of #F147BA
Complementary color
Monochromatic Colors of #F147BA
Black with #F147BA
Text Example
Text Example
White with #F147BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F147BA; }
p { color: rgb(241,71,186); }
H1.HeaderClassName
{
color: #F147BA;
}
.AnyTagClassName
{
color: #F147BA;
}
</style>
background-color css
<style>
a { background-color: #F147BA; }
a { background-color: rgb(241,71,186); }
div.DivClassName
{
background-color: #F147BA;
}
.BgClassName
{
background-color: #F147BA;
}
</style>
border-color css
<style>
span { border-color: #F147BA; }
span { border-color: rgb(241,71,186); }
td.TdClassName
{
border-color: #F147BA;
}
.TagClassName
{
border-color: #F147BA;
}
</style>