Shades of Razzle Dazzle Rose #F334E7
Tints of Razzle Dazzle Rose #F334E7
RGB
CMYK
RGB Variations
Color information
#F334E7 (or 0xF334E7) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and E7. RGB value is (243,52,231). Sum of RGB (Red+Green+Blue) = 243+52+231=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 52 (20.70% from 255 or 9.89% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F334E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334E7 is #0CCB18. Grayscale: #808080. Windows color (decimal): -838425 or 15152371. OLE color: 15152371.
HSL color Cylindrical-coordinate representation of color #F334E7: hue angle of 303.77º 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 #F334E7 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 231 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.05 |
| HSL | 303.77º | 0.89% | 0.58% | - |
| HSV(B) | 303.77º | 0.79% | 0.95% | - |
| XYZ | 52.61 | 27.28 | 78.09 | - |
| YUV | 129.52 | 185.28 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 231 | 0 | 0.79 | 0.05 | 0.05 | 303.77 | 0.89 | 0.58 |
| Hex | F3 | 34 | E7 | 0 | 4F | 5 | 5 | 130 | 59 | 3A |
| Octal | 363 | 64 | 347 | 0 | 117 | 5 | 5 | 460 | 131 | 72 |
| Binary | 11110011 | 110100 | 11100111 | 0 | 1001111 | 101 | 101 | 100110000 | 1011001 | 111010 |
Color Harmonies of #F334E7
Complementary color
Monochromatic Colors of #F334E7
Black with #F334E7
Text Example
Text Example
White with #F334E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334E7; }
p { color: rgb(243,52,231); }
H1.HeaderClassName
{
color: #F334E7;
}
.AnyTagClassName
{
color: #F334E7;
}
</style>
background-color css
<style>
a { background-color: #F334E7; }
a { background-color: rgb(243,52,231); }
div.DivClassName
{
background-color: #F334E7;
}
.BgClassName
{
background-color: #F334E7;
}
</style>
border-color css
<style>
span { border-color: #F334E7; }
span { border-color: rgb(243,52,231); }
td.TdClassName
{
border-color: #F334E7;
}
.TagClassName
{
border-color: #F334E7;
}
</style>