Shades of Razzle Dazzle Rose #F52BED
Tints of Razzle Dazzle Rose #F52BED
RGB
CMYK
RGB Variations
Color information
#F52BED (or 0xF52BED) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2B and ED. RGB value is (245,43,237). Sum of RGB (Red+Green+Blue) = 245+43+237=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 43 (17.19% from 255 or 8.19% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F52BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52BED is #0AD412. Grayscale: #7C7C7C. Windows color (decimal): -709651 or 15543285. OLE color: 15543285.
HSL color Cylindrical-coordinate representation of color #F52BED: hue angle of 302.38º 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 #F52BED is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 237 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.04 |
| HSL | 302.38º | 0.91% | 0.56% | - |
| HSV(B) | 302.38º | 0.82% | 0.96% | - |
| XYZ | 53.81 | 27.25 | 82.55 | - |
| YUV | 125.51 | 190.92 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 237 | 0 | 0.82 | 0.03 | 0.04 | 302.38 | 0.91 | 0.56 |
| Hex | F5 | 2B | ED | 0 | 52 | 3 | 4 | 12E | 5B | 38 |
| Octal | 365 | 53 | 355 | 0 | 122 | 3 | 4 | 456 | 133 | 70 |
| Binary | 11110101 | 101011 | 11101101 | 0 | 1010010 | 11 | 100 | 100101110 | 1011011 | 111000 |
Color Harmonies of #F52BED
Complementary color
Monochromatic Colors of #F52BED
Black with #F52BED
Text Example
Text Example
White with #F52BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52BED; }
p { color: rgb(245,43,237); }
H1.HeaderClassName
{
color: #F52BED;
}
.AnyTagClassName
{
color: #F52BED;
}
</style>
background-color css
<style>
a { background-color: #F52BED; }
a { background-color: rgb(245,43,237); }
div.DivClassName
{
background-color: #F52BED;
}
.BgClassName
{
background-color: #F52BED;
}
</style>
border-color css
<style>
span { border-color: #F52BED; }
span { border-color: rgb(245,43,237); }
td.TdClassName
{
border-color: #F52BED;
}
.TagClassName
{
border-color: #F52BED;
}
</style>