Shades of Razzle Dazzle Rose #F334E5
Tints of Razzle Dazzle Rose #F334E5
RGB
CMYK
RGB Variations
Color information
#F334E5 (or 0xF334E5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and E5. RGB value is (243,52,229). Sum of RGB (Red+Green+Blue) = 243+52+229=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 52 (20.70% from 255 or 9.92% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F334E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334E5 is #0CCB1A. Grayscale: #808080. Windows color (decimal): -838427 or 15021299. OLE color: 15021299.
HSL color Cylindrical-coordinate representation of color #F334E5: hue angle of 304.4º 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 #F334E5 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 229 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.05 |
| HSL | 304.4º | 0.89% | 0.58% | - |
| HSV(B) | 304.4º | 0.79% | 0.95% | - |
| XYZ | 52.33 | 27.17 | 76.61 | - |
| YUV | 129.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 229 | 0 | 0.79 | 0.06 | 0.05 | 304.4 | 0.89 | 0.58 |
| Hex | F3 | 34 | E5 | 0 | 4F | 6 | 5 | 130 | 59 | 3A |
| Octal | 363 | 64 | 345 | 0 | 117 | 6 | 5 | 460 | 131 | 72 |
| Binary | 11110011 | 110100 | 11100101 | 0 | 1001111 | 110 | 101 | 100110000 | 1011001 | 111010 |
Color Harmonies of #F334E5
Complementary color
Monochromatic Colors of #F334E5
Black with #F334E5
Text Example
Text Example
White with #F334E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334E5; }
p { color: rgb(243,52,229); }
H1.HeaderClassName
{
color: #F334E5;
}
.AnyTagClassName
{
color: #F334E5;
}
</style>
background-color css
<style>
a { background-color: #F334E5; }
a { background-color: rgb(243,52,229); }
div.DivClassName
{
background-color: #F334E5;
}
.BgClassName
{
background-color: #F334E5;
}
</style>
border-color css
<style>
span { border-color: #F334E5; }
span { border-color: rgb(243,52,229); }
td.TdClassName
{
border-color: #F334E5;
}
.TagClassName
{
border-color: #F334E5;
}
</style>