Shades of Razzle Dazzle Rose #F528CC
Tints of Razzle Dazzle Rose #F528CC
RGB
CMYK
RGB Variations
Color information
#F528CC (or 0xF528CC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 28 and CC. RGB value is (245,40,204). Sum of RGB (Red+Green+Blue) = 245+40+204=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F528CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F528CC is #0AD733. Grayscale: #777777. Windows color (decimal): -710452 or 13379829. OLE color: 13379829.
HSL color Cylindrical-coordinate representation of color #F528CC: hue angle of 312º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528CC is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 204 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.04 |
| HSL | 312º | 0.91% | 0.56% | - |
| HSV(B) | 312º | 0.84% | 0.96% | - |
| XYZ | 49.31 | 25.29 | 59.41 | - |
| YUV | 119.99 | 175.42 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 204 | 0 | 0.84 | 0.17 | 0.04 | 312 | 0.91 | 0.56 |
| Hex | F5 | 28 | CC | 0 | 54 | 11 | 4 | 138 | 5B | 38 |
| Octal | 365 | 50 | 314 | 0 | 124 | 21 | 4 | 470 | 133 | 70 |
| Binary | 11110101 | 101000 | 11001100 | 0 | 1010100 | 10001 | 100 | 100111000 | 1011011 | 111000 |
Color Harmonies of #F528CC
Complementary color
Monochromatic Colors of #F528CC
Black with #F528CC
Text Example
Text Example
White with #F528CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528CC; }
p { color: rgb(245,40,204); }
H1.HeaderClassName
{
color: #F528CC;
}
.AnyTagClassName
{
color: #F528CC;
}
</style>
background-color css
<style>
a { background-color: #F528CC; }
a { background-color: rgb(245,40,204); }
div.DivClassName
{
background-color: #F528CC;
}
.BgClassName
{
background-color: #F528CC;
}
</style>
border-color css
<style>
span { border-color: #F528CC; }
span { border-color: rgb(245,40,204); }
td.TdClassName
{
border-color: #F528CC;
}
.TagClassName
{
border-color: #F528CC;
}
</style>