Shades of Razzle Dazzle Rose #F530CF
Tints of Razzle Dazzle Rose #F530CF
RGB
CMYK
RGB Variations
Color information
#F530CF (or 0xF530CF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and CF. RGB value is (245,48,207). Sum of RGB (Red+Green+Blue) = 245+48+207=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F530CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F530CF is #0ACF30. Grayscale: #7C7C7C. Windows color (decimal): -708401 or 13578485. OLE color: 13578485.
HSL color Cylindrical-coordinate representation of color #F530CF: hue angle of 311.57º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F530CF is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 207 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.04 |
| HSL | 311.57º | 0.91% | 0.57% | - |
| HSV(B) | 311.57º | 0.8% | 0.96% | - |
| XYZ | 49.98 | 26.03 | 61.42 | - |
| YUV | 125.03 | 174.27 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 207 | 0 | 0.80 | 0.16 | 0.04 | 311.57 | 0.91 | 0.57 |
| Hex | F5 | 30 | CF | 0 | 50 | 10 | 4 | 138 | 5B | 39 |
| Octal | 365 | 60 | 317 | 0 | 120 | 20 | 4 | 470 | 133 | 71 |
| Binary | 11110101 | 110000 | 11001111 | 0 | 1010000 | 10000 | 100 | 100111000 | 1011011 | 111001 |
Color Harmonies of #F530CF
Complementary color
Monochromatic Colors of #F530CF
Black with #F530CF
Text Example
Text Example
White with #F530CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F530CF; }
p { color: rgb(245,48,207); }
H1.HeaderClassName
{
color: #F530CF;
}
.AnyTagClassName
{
color: #F530CF;
}
</style>
background-color css
<style>
a { background-color: #F530CF; }
a { background-color: rgb(245,48,207); }
div.DivClassName
{
background-color: #F530CF;
}
.BgClassName
{
background-color: #F530CF;
}
</style>
border-color css
<style>
span { border-color: #F530CF; }
span { border-color: rgb(245,48,207); }
td.TdClassName
{
border-color: #F530CF;
}
.TagClassName
{
border-color: #F530CF;
}
</style>