Shades of Razzle Dazzle Rose #F544C8
Tints of Razzle Dazzle Rose #F544C8
RGB
CMYK
RGB Variations
Color information
#F544C8 (or 0xF544C8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 44 and C8. RGB value is (245,68,200). Sum of RGB (Red+Green+Blue) = 245+68+200=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F544C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F544C8 is #0ABB37. Grayscale: #878787. Windows color (decimal): -703288 or 13124853. OLE color: 13124853.
HSL color Cylindrical-coordinate representation of color #F544C8: hue angle of 315.25º 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 #F544C8 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 200 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.04 |
| HSL | 315.25º | 0.9% | 0.61% | - |
| HSV(B) | 315.25º | 0.72% | 0.96% | - |
| XYZ | 50.15 | 27.72 | 57.35 | - |
| YUV | 135.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 200 | 0 | 0.72 | 0.18 | 0.04 | 315.25 | 0.9 | 0.61 |
| Hex | F5 | 44 | C8 | 0 | 48 | 12 | 4 | 13B | 5A | 3D |
| Octal | 365 | 104 | 310 | 0 | 110 | 22 | 4 | 473 | 132 | 75 |
| Binary | 11110101 | 1000100 | 11001000 | 0 | 1001000 | 10010 | 100 | 100111011 | 1011010 | 111101 |
Color Harmonies of #F544C8
Complementary color
Monochromatic Colors of #F544C8
Black with #F544C8
Text Example
Text Example
White with #F544C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F544C8; }
p { color: rgb(245,68,200); }
H1.HeaderClassName
{
color: #F544C8;
}
.AnyTagClassName
{
color: #F544C8;
}
</style>
background-color css
<style>
a { background-color: #F544C8; }
a { background-color: rgb(245,68,200); }
div.DivClassName
{
background-color: #F544C8;
}
.BgClassName
{
background-color: #F544C8;
}
</style>
border-color css
<style>
span { border-color: #F544C8; }
span { border-color: rgb(245,68,200); }
td.TdClassName
{
border-color: #F544C8;
}
.TagClassName
{
border-color: #F544C8;
}
</style>