Shades of Razzle Dazzle Rose #F52ECB
Tints of Razzle Dazzle Rose #F52ECB
RGB
CMYK
RGB Variations
Color information
#F52ECB (or 0xF52ECB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2E and CB. RGB value is (245,46,203). Sum of RGB (Red+Green+Blue) = 245+46+203=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ECB is #0AD134. Grayscale: #7A7A7A. Windows color (decimal): -708917 or 13315829. OLE color: 13315829.
HSL color Cylindrical-coordinate representation of color #F52ECB: hue angle of 312.66º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52ECB is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 46 | 203 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.04 |
| HSL | 312.66º | 0.91% | 0.57% | - |
| HSV(B) | 312.66º | 0.81% | 0.96% | - |
| XYZ | 49.41 | 25.68 | 58.85 | - |
| YUV | 123.4 | 172.93 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 203 | 0 | 0.81 | 0.17 | 0.04 | 312.66 | 0.91 | 0.57 |
| Hex | F5 | 2E | CB | 0 | 51 | 11 | 4 | 139 | 5B | 39 |
| Octal | 365 | 56 | 313 | 0 | 121 | 21 | 4 | 471 | 133 | 71 |
| Binary | 11110101 | 101110 | 11001011 | 0 | 1010001 | 10001 | 100 | 100111001 | 1011011 | 111001 |
Color Harmonies of #F52ECB
Complementary color
Monochromatic Colors of #F52ECB
Black with #F52ECB
Text Example
Text Example
White with #F52ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52ECB; }
p { color: rgb(245,46,203); }
H1.HeaderClassName
{
color: #F52ECB;
}
.AnyTagClassName
{
color: #F52ECB;
}
</style>
background-color css
<style>
a { background-color: #F52ECB; }
a { background-color: rgb(245,46,203); }
div.DivClassName
{
background-color: #F52ECB;
}
.BgClassName
{
background-color: #F52ECB;
}
</style>
border-color css
<style>
span { border-color: #F52ECB; }
span { border-color: rgb(245,46,203); }
td.TdClassName
{
border-color: #F52ECB;
}
.TagClassName
{
border-color: #F52ECB;
}
</style>