Shades of Razzle Dazzle Rose #F43EDD
Tints of Razzle Dazzle Rose #F43EDD
RGB
CMYK
RGB Variations
Color information
#F43EDD (or 0xF43EDD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 3E and DD. RGB value is (244,62,221). Sum of RGB (Red+Green+Blue) = 244+62+221=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 62 (24.61% from 255 or 11.76% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F43EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43EDD is #0BC122. Grayscale: #868686. Windows color (decimal): -770339 or 14499572. OLE color: 14499572.
HSL color Cylindrical-coordinate representation of color #F43EDD: hue angle of 307.58º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43EDD is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 62 | 221 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.04 |
| HSL | 307.58º | 0.89% | 0.6% | - |
| HSV(B) | 307.58º | 0.75% | 0.96% | - |
| XYZ | 52.08 | 27.9 | 71.05 | - |
| YUV | 134.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 62 | 221 | 0 | 0.75 | 0.09 | 0.04 | 307.58 | 0.89 | 0.6 |
| Hex | F4 | 3E | DD | 0 | 4B | 9 | 4 | 134 | 59 | 3C |
| Octal | 364 | 76 | 335 | 0 | 113 | 11 | 4 | 464 | 131 | 74 |
| Binary | 11110100 | 111110 | 11011101 | 0 | 1001011 | 1001 | 100 | 100110100 | 1011001 | 111100 |
Color Harmonies of #F43EDD
Complementary color
Monochromatic Colors of #F43EDD
Black with #F43EDD
Text Example
Text Example
White with #F43EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43EDD; }
p { color: rgb(244,62,221); }
H1.HeaderClassName
{
color: #F43EDD;
}
.AnyTagClassName
{
color: #F43EDD;
}
</style>
background-color css
<style>
a { background-color: #F43EDD; }
a { background-color: rgb(244,62,221); }
div.DivClassName
{
background-color: #F43EDD;
}
.BgClassName
{
background-color: #F43EDD;
}
</style>
border-color css
<style>
span { border-color: #F43EDD; }
span { border-color: rgb(244,62,221); }
td.TdClassName
{
border-color: #F43EDD;
}
.TagClassName
{
border-color: #F43EDD;
}
</style>