Shades of Razzle Dazzle Rose #F434EA
Tints of Razzle Dazzle Rose #F434EA
RGB
CMYK
RGB Variations
Color information
#F434EA (or 0xF434EA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 34 and EA. RGB value is (244,52,234). Sum of RGB (Red+Green+Blue) = 244+52+234=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 52 (20.70% from 255 or 9.81% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F434EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F434EA is #0BCB15. Grayscale: #818181. Windows color (decimal): -772886 or 15348980. OLE color: 15348980.
HSL color Cylindrical-coordinate representation of color #F434EA: hue angle of 303.12º 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 #F434EA is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 234 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.04 |
| HSL | 303.13º | 0.9% | 0.58% | - |
| HSV(B) | 303.13º | 0.79% | 0.96% | - |
| XYZ | 53.39 | 27.63 | 80.36 | - |
| YUV | 130.16 | 186.61 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 234 | 0 | 0.79 | 0.04 | 0.04 | 303.13 | 0.9 | 0.58 |
| Hex | F4 | 34 | EA | 0 | 4F | 4 | 4 | 12F | 5A | 3A |
| Octal | 364 | 64 | 352 | 0 | 117 | 4 | 4 | 457 | 132 | 72 |
| Binary | 11110100 | 110100 | 11101010 | 0 | 1001111 | 100 | 100 | 100101111 | 1011010 | 111010 |
Color Harmonies of #F434EA
Complementary color
Monochromatic Colors of #F434EA
Black with #F434EA
Text Example
Text Example
White with #F434EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F434EA; }
p { color: rgb(244,52,234); }
H1.HeaderClassName
{
color: #F434EA;
}
.AnyTagClassName
{
color: #F434EA;
}
</style>
background-color css
<style>
a { background-color: #F434EA; }
a { background-color: rgb(244,52,234); }
div.DivClassName
{
background-color: #F434EA;
}
.BgClassName
{
background-color: #F434EA;
}
</style>
border-color css
<style>
span { border-color: #F434EA; }
span { border-color: rgb(244,52,234); }
td.TdClassName
{
border-color: #F434EA;
}
.TagClassName
{
border-color: #F434EA;
}
</style>