Shades of Razzle Dazzle Rose #F549CC
Tints of Razzle Dazzle Rose #F549CC
RGB
CMYK
RGB Variations
Color information
#F549CC (or 0xF549CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 49 and CC. RGB value is (245,73,204). Sum of RGB (Red+Green+Blue) = 245+73+204=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F549CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549CC is #0AB633. Grayscale: #8B8B8B. Windows color (decimal): -702004 or 13388277. OLE color: 13388277.
HSL color Cylindrical-coordinate representation of color #F549CC: hue angle of 314.3º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F549CC is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 204 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.04 |
| HSL | 314.3º | 0.9% | 0.62% | - |
| HSV(B) | 314.3º | 0.7% | 0.96% | - |
| XYZ | 50.94 | 28.54 | 59.95 | - |
| YUV | 139.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 204 | 0 | 0.70 | 0.17 | 0.04 | 314.3 | 0.9 | 0.62 |
| Hex | F5 | 49 | CC | 0 | 46 | 11 | 4 | 13A | 5A | 3E |
| Octal | 365 | 111 | 314 | 0 | 106 | 21 | 4 | 472 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11001100 | 0 | 1000110 | 10001 | 100 | 100111010 | 1011010 | 111110 |
Color Harmonies of #F549CC
Complementary color
Monochromatic Colors of #F549CC
Black with #F549CC
Text Example
Text Example
White with #F549CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549CC; }
p { color: rgb(245,73,204); }
H1.HeaderClassName
{
color: #F549CC;
}
.AnyTagClassName
{
color: #F549CC;
}
</style>
background-color css
<style>
a { background-color: #F549CC; }
a { background-color: rgb(245,73,204); }
div.DivClassName
{
background-color: #F549CC;
}
.BgClassName
{
background-color: #F549CC;
}
</style>
border-color css
<style>
span { border-color: #F549CC; }
span { border-color: rgb(245,73,204); }
td.TdClassName
{
border-color: #F549CC;
}
.TagClassName
{
border-color: #F549CC;
}
</style>