Shades of Razzle Dazzle Rose #F334D2
Tints of Razzle Dazzle Rose #F334D2
RGB
CMYK
RGB Variations
Color information
#F334D2 (or 0xF334D2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and D2. RGB value is (243,52,210). Sum of RGB (Red+Green+Blue) = 243+52+210=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F334D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334D2 is #0CCB2D. Grayscale: #7E7E7E. Windows color (decimal): -838446 or 13776115. OLE color: 13776115.
HSL color Cylindrical-coordinate representation of color #F334D2: hue angle of 310.37º 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 #F334D2 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 210 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.05 |
| HSL | 310.37º | 0.89% | 0.58% | - |
| HSV(B) | 310.37º | 0.79% | 0.95% | - |
| XYZ | 49.82 | 26.16 | 63.4 | - |
| YUV | 127.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 210 | 0 | 0.79 | 0.14 | 0.05 | 310.37 | 0.89 | 0.58 |
| Hex | F3 | 34 | D2 | 0 | 4F | E | 5 | 136 | 59 | 3A |
| Octal | 363 | 64 | 322 | 0 | 117 | 16 | 5 | 466 | 131 | 72 |
| Binary | 11110011 | 110100 | 11010010 | 0 | 1001111 | 1110 | 101 | 100110110 | 1011001 | 111010 |
Color Harmonies of #F334D2
Complementary color
Monochromatic Colors of #F334D2
Black with #F334D2
Text Example
Text Example
White with #F334D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334D2; }
p { color: rgb(243,52,210); }
H1.HeaderClassName
{
color: #F334D2;
}
.AnyTagClassName
{
color: #F334D2;
}
</style>
background-color css
<style>
a { background-color: #F334D2; }
a { background-color: rgb(243,52,210); }
div.DivClassName
{
background-color: #F334D2;
}
.BgClassName
{
background-color: #F334D2;
}
</style>
border-color css
<style>
span { border-color: #F334D2; }
span { border-color: rgb(243,52,210); }
td.TdClassName
{
border-color: #F334D2;
}
.TagClassName
{
border-color: #F334D2;
}
</style>