Shades of Razzle Dazzle Rose #F334EA
Tints of Razzle Dazzle Rose #F334EA
RGB
CMYK
RGB Variations
Color information
#F334EA (or 0xF334EA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and EA. RGB value is (243,52,234). Sum of RGB (Red+Green+Blue) = 243+52+234=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 52 (20.70% from 255 or 9.83% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F334EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334EA is #0CCB15. Grayscale: #818181. Windows color (decimal): -838422 or 15348979. OLE color: 15348979.
HSL color Cylindrical-coordinate representation of color #F334EA: hue angle of 302.83º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334EA is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 234 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.05 |
| HSL | 302.83º | 0.89% | 0.58% | - |
| HSV(B) | 302.83º | 0.79% | 0.95% | - |
| XYZ | 53.04 | 27.45 | 80.34 | - |
| YUV | 129.86 | 186.78 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 234 | 0 | 0.79 | 0.04 | 0.05 | 302.83 | 0.89 | 0.58 |
| Hex | F3 | 34 | EA | 0 | 4F | 4 | 5 | 12F | 59 | 3A |
| Octal | 363 | 64 | 352 | 0 | 117 | 4 | 5 | 457 | 131 | 72 |
| Binary | 11110011 | 110100 | 11101010 | 0 | 1001111 | 100 | 101 | 100101111 | 1011001 | 111010 |
Color Harmonies of #F334EA
Complementary color
Monochromatic Colors of #F334EA
Black with #F334EA
Text Example
Text Example
White with #F334EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334EA; }
p { color: rgb(243,52,234); }
H1.HeaderClassName
{
color: #F334EA;
}
.AnyTagClassName
{
color: #F334EA;
}
</style>
background-color css
<style>
a { background-color: #F334EA; }
a { background-color: rgb(243,52,234); }
div.DivClassName
{
background-color: #F334EA;
}
.BgClassName
{
background-color: #F334EA;
}
</style>
border-color css
<style>
span { border-color: #F334EA; }
span { border-color: rgb(243,52,234); }
td.TdClassName
{
border-color: #F334EA;
}
.TagClassName
{
border-color: #F334EA;
}
</style>