Shades of Razzle Dazzle Rose #F521CF
Tints of Razzle Dazzle Rose #F521CF
RGB
CMYK
RGB Variations
Color information
#F521CF (or 0xF521CF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 21 and CF. RGB value is (245,33,207). Sum of RGB (Red+Green+Blue) = 245+33+207=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F521CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521CF is #0ADE30. Grayscale: #737373. Windows color (decimal): -712241 or 13574645. OLE color: 13574645.
HSL color Cylindrical-coordinate representation of color #F521CF: hue angle of 310.75º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521CF is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 207 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.04 |
| HSL | 310.75º | 0.91% | 0.55% | - |
| HSV(B) | 310.75º | 0.87% | 0.96% | - |
| XYZ | 49.46 | 25.01 | 61.25 | - |
| YUV | 116.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 207 | 0 | 0.87 | 0.16 | 0.04 | 310.75 | 0.91 | 0.55 |
| Hex | F5 | 21 | CF | 0 | 57 | 10 | 4 | 137 | 5B | 37 |
| Octal | 365 | 41 | 317 | 0 | 127 | 20 | 4 | 467 | 133 | 67 |
| Binary | 11110101 | 100001 | 11001111 | 0 | 1010111 | 10000 | 100 | 100110111 | 1011011 | 110111 |
Color Harmonies of #F521CF
Complementary color
Monochromatic Colors of #F521CF
Black with #F521CF
Text Example
Text Example
White with #F521CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521CF; }
p { color: rgb(245,33,207); }
H1.HeaderClassName
{
color: #F521CF;
}
.AnyTagClassName
{
color: #F521CF;
}
</style>
background-color css
<style>
a { background-color: #F521CF; }
a { background-color: rgb(245,33,207); }
div.DivClassName
{
background-color: #F521CF;
}
.BgClassName
{
background-color: #F521CF;
}
</style>
border-color css
<style>
span { border-color: #F521CF; }
span { border-color: rgb(245,33,207); }
td.TdClassName
{
border-color: #F521CF;
}
.TagClassName
{
border-color: #F521CF;
}
</style>