Shades of Razzle Dazzle Rose #F550C3
Tints of Razzle Dazzle Rose #F550C3
RGB
CMYK
RGB Variations
Color information
#F550C3 (or 0xF550C3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 50 and C3. RGB value is (245,80,195). Sum of RGB (Red+Green+Blue) = 245+80+195=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F550C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F550C3 is #0AAF3C. Grayscale: #8E8E8E. Windows color (decimal): -700221 or 12800245. OLE color: 12800245.
HSL color Cylindrical-coordinate representation of color #F550C3: hue angle of 318.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F550C3 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 195 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.04 |
| HSL | 318.18º | 0.89% | 0.64% | - |
| HSV(B) | 318.18º | 0.67% | 0.96% | - |
| XYZ | 50.38 | 29.09 | 54.59 | - |
| YUV | 142.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 195 | 0 | 0.67 | 0.20 | 0.04 | 318.18 | 0.89 | 0.64 |
| Hex | F5 | 50 | C3 | 0 | 43 | 14 | 4 | 13E | 59 | 40 |
| Octal | 365 | 120 | 303 | 0 | 103 | 24 | 4 | 476 | 131 | 100 |
| Binary | 11110101 | 1010000 | 11000011 | 0 | 1000011 | 10100 | 100 | 100111110 | 1011001 | 1000000 |
Color Harmonies of #F550C3
Complementary color
Monochromatic Colors of #F550C3
Black with #F550C3
Text Example
Text Example
White with #F550C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550C3; }
p { color: rgb(245,80,195); }
H1.HeaderClassName
{
color: #F550C3;
}
.AnyTagClassName
{
color: #F550C3;
}
</style>
background-color css
<style>
a { background-color: #F550C3; }
a { background-color: rgb(245,80,195); }
div.DivClassName
{
background-color: #F550C3;
}
.BgClassName
{
background-color: #F550C3;
}
</style>
border-color css
<style>
span { border-color: #F550C3; }
span { border-color: rgb(245,80,195); }
td.TdClassName
{
border-color: #F550C3;
}
.TagClassName
{
border-color: #F550C3;
}
</style>