Shades of Razzle Dazzle Rose #F52BDF
Tints of Razzle Dazzle Rose #F52BDF
RGB
CMYK
RGB Variations
Color information
#F52BDF (or 0xF52BDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2B and DF. RGB value is (245,43,223). Sum of RGB (Red+Green+Blue) = 245+43+223=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 43 (17.19% from 255 or 8.41% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F52BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52BDF is #0AD420. Grayscale: #7B7B7B. Windows color (decimal): -709665 or 14625781. OLE color: 14625781.
HSL color Cylindrical-coordinate representation of color #F52BDF: hue angle of 306.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52BDF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 223 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.04 |
| HSL | 306.53º | 0.91% | 0.56% | - |
| HSV(B) | 306.53º | 0.82% | 0.96% | - |
| XYZ | 51.84 | 26.47 | 72.19 | - |
| YUV | 123.92 | 183.92 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 223 | 0 | 0.82 | 0.09 | 0.04 | 306.53 | 0.91 | 0.56 |
| Hex | F5 | 2B | DF | 0 | 52 | 9 | 4 | 133 | 5B | 38 |
| Octal | 365 | 53 | 337 | 0 | 122 | 11 | 4 | 463 | 133 | 70 |
| Binary | 11110101 | 101011 | 11011111 | 0 | 1010010 | 1001 | 100 | 100110011 | 1011011 | 111000 |
Color Harmonies of #F52BDF
Complementary color
Monochromatic Colors of #F52BDF
Black with #F52BDF
Text Example
Text Example
White with #F52BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52BDF; }
p { color: rgb(245,43,223); }
H1.HeaderClassName
{
color: #F52BDF;
}
.AnyTagClassName
{
color: #F52BDF;
}
</style>
background-color css
<style>
a { background-color: #F52BDF; }
a { background-color: rgb(245,43,223); }
div.DivClassName
{
background-color: #F52BDF;
}
.BgClassName
{
background-color: #F52BDF;
}
</style>
border-color css
<style>
span { border-color: #F52BDF; }
span { border-color: rgb(245,43,223); }
td.TdClassName
{
border-color: #F52BDF;
}
.TagClassName
{
border-color: #F52BDF;
}
</style>