Shades of Razzle Dazzle Rose #F524CB
Tints of Razzle Dazzle Rose #F524CB
RGB
CMYK
RGB Variations
Color information
#F524CB (or 0xF524CB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 24 and CB. RGB value is (245,36,203). Sum of RGB (Red+Green+Blue) = 245+36+203=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F524CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F524CB is #0ADB34. Grayscale: #757575. Windows color (decimal): -711477 or 13313269. OLE color: 13313269.
HSL color Cylindrical-coordinate representation of color #F524CB: hue angle of 312.06º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F524CB is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 203 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.04 |
| HSL | 312.06º | 0.91% | 0.55% | - |
| HSV(B) | 312.06º | 0.85% | 0.96% | - |
| XYZ | 49.07 | 24.99 | 58.74 | - |
| YUV | 117.53 | 176.24 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 203 | 0 | 0.85 | 0.17 | 0.04 | 312.06 | 0.91 | 0.55 |
| Hex | F5 | 24 | CB | 0 | 55 | 11 | 4 | 138 | 5B | 37 |
| Octal | 365 | 44 | 313 | 0 | 125 | 21 | 4 | 470 | 133 | 67 |
| Binary | 11110101 | 100100 | 11001011 | 0 | 1010101 | 10001 | 100 | 100111000 | 1011011 | 110111 |
Color Harmonies of #F524CB
Complementary color
Monochromatic Colors of #F524CB
Black with #F524CB
Text Example
Text Example
White with #F524CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F524CB; }
p { color: rgb(245,36,203); }
H1.HeaderClassName
{
color: #F524CB;
}
.AnyTagClassName
{
color: #F524CB;
}
</style>
background-color css
<style>
a { background-color: #F524CB; }
a { background-color: rgb(245,36,203); }
div.DivClassName
{
background-color: #F524CB;
}
.BgClassName
{
background-color: #F524CB;
}
</style>
border-color css
<style>
span { border-color: #F524CB; }
span { border-color: rgb(245,36,203); }
td.TdClassName
{
border-color: #F524CB;
}
.TagClassName
{
border-color: #F524CB;
}
</style>