Shades of Razzle Dazzle Rose #F434D5
Tints of Razzle Dazzle Rose #F434D5
RGB
CMYK
RGB Variations
Color information
#F434D5 (or 0xF434D5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 34 and D5. RGB value is (244,52,213). Sum of RGB (Red+Green+Blue) = 244+52+213=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 52 (20.70% from 255 or 10.22% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F434D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F434D5 is #0BCB2A. Grayscale: #7F7F7F. Windows color (decimal): -772907 or 13972724. OLE color: 13972724.
HSL color Cylindrical-coordinate representation of color #F434D5: hue angle of 309.69º degrees, saturation: 0.9, 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 #F434D5 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 213 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.04 |
| HSL | 309.69º | 0.9% | 0.58% | - |
| HSV(B) | 309.69º | 0.79% | 0.96% | - |
| XYZ | 50.55 | 26.49 | 65.4 | - |
| YUV | 127.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 213 | 0 | 0.79 | 0.13 | 0.04 | 309.69 | 0.9 | 0.58 |
| Hex | F4 | 34 | D5 | 0 | 4F | D | 4 | 136 | 5A | 3A |
| Octal | 364 | 64 | 325 | 0 | 117 | 15 | 4 | 466 | 132 | 72 |
| Binary | 11110100 | 110100 | 11010101 | 0 | 1001111 | 1101 | 100 | 100110110 | 1011010 | 111010 |
Color Harmonies of #F434D5
Complementary color
Monochromatic Colors of #F434D5
Black with #F434D5
Text Example
Text Example
White with #F434D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F434D5; }
p { color: rgb(244,52,213); }
H1.HeaderClassName
{
color: #F434D5;
}
.AnyTagClassName
{
color: #F434D5;
}
</style>
background-color css
<style>
a { background-color: #F434D5; }
a { background-color: rgb(244,52,213); }
div.DivClassName
{
background-color: #F434D5;
}
.BgClassName
{
background-color: #F434D5;
}
</style>
border-color css
<style>
span { border-color: #F434D5; }
span { border-color: rgb(244,52,213); }
td.TdClassName
{
border-color: #F434D5;
}
.TagClassName
{
border-color: #F434D5;
}
</style>