Shades of Razzle Dazzle Rose #F544CC
Tints of Razzle Dazzle Rose #F544CC
RGB
CMYK
RGB Variations
Color information
#F544CC (or 0xF544CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 44 and CC. RGB value is (245,68,204). Sum of RGB (Red+Green+Blue) = 245+68+204=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F544CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F544CC is #0ABB33. Grayscale: #888888. Windows color (decimal): -703284 or 13386997. OLE color: 13386997.
HSL color Cylindrical-coordinate representation of color #F544CC: hue angle of 313.9º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F544CC is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 204 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.04 |
| HSL | 313.9º | 0.9% | 0.61% | - |
| HSV(B) | 313.9º | 0.72% | 0.96% | - |
| XYZ | 50.62 | 27.91 | 59.85 | - |
| YUV | 136.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 204 | 0 | 0.72 | 0.17 | 0.04 | 313.9 | 0.9 | 0.61 |
| Hex | F5 | 44 | CC | 0 | 48 | 11 | 4 | 13A | 5A | 3D |
| Octal | 365 | 104 | 314 | 0 | 110 | 21 | 4 | 472 | 132 | 75 |
| Binary | 11110101 | 1000100 | 11001100 | 0 | 1001000 | 10001 | 100 | 100111010 | 1011010 | 111101 |
Color Harmonies of #F544CC
Complementary color
Monochromatic Colors of #F544CC
Black with #F544CC
Text Example
Text Example
White with #F544CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F544CC; }
p { color: rgb(245,68,204); }
H1.HeaderClassName
{
color: #F544CC;
}
.AnyTagClassName
{
color: #F544CC;
}
</style>
background-color css
<style>
a { background-color: #F544CC; }
a { background-color: rgb(245,68,204); }
div.DivClassName
{
background-color: #F544CC;
}
.BgClassName
{
background-color: #F544CC;
}
</style>
border-color css
<style>
span { border-color: #F544CC; }
span { border-color: rgb(245,68,204); }
td.TdClassName
{
border-color: #F544CC;
}
.TagClassName
{
border-color: #F544CC;
}
</style>