Shades of Razzle Dazzle Rose #F550C4
Tints of Razzle Dazzle Rose #F550C4
RGB
CMYK
RGB Variations
Color information
#F550C4 (or 0xF550C4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 50 and C4. RGB value is (245,80,196). Sum of RGB (Red+Green+Blue) = 245+80+196=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F550C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F550C4 is #0AAF3B. Grayscale: #8E8E8E. Windows color (decimal): -700220 or 12865781. OLE color: 12865781.
HSL color Cylindrical-coordinate representation of color #F550C4: hue angle of 317.82º 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 #F550C4 is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 196 | - |
| CMYK | 0 | 0.67 | 0.2 | 0.04 |
| HSL | 317.82º | 0.89% | 0.64% | - |
| HSV(B) | 317.82º | 0.67% | 0.96% | - |
| XYZ | 50.49 | 29.14 | 55.19 | - |
| YUV | 142.56 | 158.16 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 196 | 0 | 0.67 | 0.2 | 0.04 | 317.82 | 0.89 | 0.64 |
| Hex | F5 | 50 | C4 | 0 | 43 | 14 | 4 | 13E | 59 | 40 |
| Octal | 365 | 120 | 304 | 0 | 103 | 24 | 4 | 476 | 131 | 100 |
| Binary | 11110101 | 1010000 | 11000100 | 0 | 1000011 | 10100 | 100 | 100111110 | 1011001 | 1000000 |
Color Harmonies of #F550C4
Complementary color
Monochromatic Colors of #F550C4
Black with #F550C4
Text Example
Text Example
White with #F550C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550C4; }
p { color: rgb(245,80,196); }
H1.HeaderClassName
{
color: #F550C4;
}
.AnyTagClassName
{
color: #F550C4;
}
</style>
background-color css
<style>
a { background-color: #F550C4; }
a { background-color: rgb(245,80,196); }
div.DivClassName
{
background-color: #F550C4;
}
.BgClassName
{
background-color: #F550C4;
}
</style>
border-color css
<style>
span { border-color: #F550C4; }
span { border-color: rgb(245,80,196); }
td.TdClassName
{
border-color: #F550C4;
}
.TagClassName
{
border-color: #F550C4;
}
</style>