Shades of Razzle Dazzle Rose #F547C2
Tints of Razzle Dazzle Rose #F547C2
RGB
CMYK
RGB Variations
Color information
#F547C2 (or 0xF547C2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 47 and C2. RGB value is (245,71,194). Sum of RGB (Red+Green+Blue) = 245+71+194=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F547C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F547C2 is #0AB83D. Grayscale: #888888. Windows color (decimal): -702526 or 12732405. OLE color: 12732405.
HSL color Cylindrical-coordinate representation of color #F547C2: hue angle of 317.59º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F547C2 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 194 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.04 |
| HSL | 317.59º | 0.9% | 0.62% | - |
| HSV(B) | 317.59º | 0.71% | 0.96% | - |
| XYZ | 49.65 | 27.81 | 53.79 | - |
| YUV | 137.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 194 | 0 | 0.71 | 0.21 | 0.04 | 317.59 | 0.9 | 0.62 |
| Hex | F5 | 47 | C2 | 0 | 47 | 15 | 4 | 13E | 5A | 3E |
| Octal | 365 | 107 | 302 | 0 | 107 | 25 | 4 | 476 | 132 | 76 |
| Binary | 11110101 | 1000111 | 11000010 | 0 | 1000111 | 10101 | 100 | 100111110 | 1011010 | 111110 |
Color Harmonies of #F547C2
Complementary color
Monochromatic Colors of #F547C2
Black with #F547C2
Text Example
Text Example
White with #F547C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547C2; }
p { color: rgb(245,71,194); }
H1.HeaderClassName
{
color: #F547C2;
}
.AnyTagClassName
{
color: #F547C2;
}
</style>
background-color css
<style>
a { background-color: #F547C2; }
a { background-color: rgb(245,71,194); }
div.DivClassName
{
background-color: #F547C2;
}
.BgClassName
{
background-color: #F547C2;
}
</style>
border-color css
<style>
span { border-color: #F547C2; }
span { border-color: rgb(245,71,194); }
td.TdClassName
{
border-color: #F547C2;
}
.TagClassName
{
border-color: #F547C2;
}
</style>