Shades of Razzle Dazzle Rose #F434D4
Tints of Razzle Dazzle Rose #F434D4
RGB
CMYK
RGB Variations
Color information
#F434D4 (or 0xF434D4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 34 and D4. RGB value is (244,52,212). Sum of RGB (Red+Green+Blue) = 244+52+212=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 52 (20.70% from 255 or 10.24% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F434D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F434D4 is #0BCB2B. Grayscale: #7F7F7F. Windows color (decimal): -772908 or 13907188. OLE color: 13907188.
HSL color Cylindrical-coordinate representation of color #F434D4: hue angle of 310º 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 #F434D4 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 212 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.04 |
| HSL | 310º | 0.9% | 0.58% | - |
| HSV(B) | 310º | 0.79% | 0.96% | - |
| XYZ | 50.42 | 26.44 | 64.73 | - |
| YUV | 127.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 212 | 0 | 0.79 | 0.13 | 0.04 | 310 | 0.9 | 0.58 |
| Hex | F4 | 34 | D4 | 0 | 4F | D | 4 | 136 | 5A | 3A |
| Octal | 364 | 64 | 324 | 0 | 117 | 15 | 4 | 466 | 132 | 72 |
| Binary | 11110100 | 110100 | 11010100 | 0 | 1001111 | 1101 | 100 | 100110110 | 1011010 | 111010 |
Color Harmonies of #F434D4
Complementary color
Monochromatic Colors of #F434D4
Black with #F434D4
Text Example
Text Example
White with #F434D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F434D4; }
p { color: rgb(244,52,212); }
H1.HeaderClassName
{
color: #F434D4;
}
.AnyTagClassName
{
color: #F434D4;
}
</style>
background-color css
<style>
a { background-color: #F434D4; }
a { background-color: rgb(244,52,212); }
div.DivClassName
{
background-color: #F434D4;
}
.BgClassName
{
background-color: #F434D4;
}
</style>
border-color css
<style>
span { border-color: #F434D4; }
span { border-color: rgb(244,52,212); }
td.TdClassName
{
border-color: #F434D4;
}
.TagClassName
{
border-color: #F434D4;
}
</style>