Shades of Razzle Dazzle Rose #F534CF
Tints of Razzle Dazzle Rose #F534CF
RGB
CMYK
RGB Variations
Color information
#F534CF (or 0xF534CF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 34 and CF. RGB value is (245,52,207). Sum of RGB (Red+Green+Blue) = 245+52+207=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F534CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F534CF is #0ACB30. Grayscale: #7E7E7E. Windows color (decimal): -707377 or 13579509. OLE color: 13579509.
HSL color Cylindrical-coordinate representation of color #F534CF: hue angle of 311.81º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F534CF is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 207 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.04 |
| HSL | 311.81º | 0.91% | 0.58% | - |
| HSV(B) | 311.81º | 0.79% | 0.96% | - |
| XYZ | 50.15 | 26.37 | 61.48 | - |
| YUV | 127.38 | 172.94 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 207 | 0 | 0.79 | 0.16 | 0.04 | 311.81 | 0.91 | 0.58 |
| Hex | F5 | 34 | CF | 0 | 4F | 10 | 4 | 138 | 5B | 3A |
| Octal | 365 | 64 | 317 | 0 | 117 | 20 | 4 | 470 | 133 | 72 |
| Binary | 11110101 | 110100 | 11001111 | 0 | 1001111 | 10000 | 100 | 100111000 | 1011011 | 111010 |
Color Harmonies of #F534CF
Complementary color
Monochromatic Colors of #F534CF
Black with #F534CF
Text Example
Text Example
White with #F534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F534CF; }
p { color: rgb(245,52,207); }
H1.HeaderClassName
{
color: #F534CF;
}
.AnyTagClassName
{
color: #F534CF;
}
</style>
background-color css
<style>
a { background-color: #F534CF; }
a { background-color: rgb(245,52,207); }
div.DivClassName
{
background-color: #F534CF;
}
.BgClassName
{
background-color: #F534CF;
}
</style>
border-color css
<style>
span { border-color: #F534CF; }
span { border-color: rgb(245,52,207); }
td.TdClassName
{
border-color: #F534CF;
}
.TagClassName
{
border-color: #F534CF;
}
</style>