Shades of Razzle Dazzle Rose #F334DF
Tints of Razzle Dazzle Rose #F334DF
RGB
CMYK
RGB Variations
Color information
#F334DF (or 0xF334DF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and DF. RGB value is (243,52,223). Sum of RGB (Red+Green+Blue) = 243+52+223=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F334DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334DF is #0CCB20. Grayscale: #808080. Windows color (decimal): -838433 or 14628083. OLE color: 14628083.
HSL color Cylindrical-coordinate representation of color #F334DF: hue angle of 306.28º 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 #F334DF is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 223 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.05 |
| HSL | 306.28º | 0.89% | 0.58% | - |
| HSV(B) | 306.28º | 0.79% | 0.95% | - |
| XYZ | 51.51 | 26.84 | 72.28 | - |
| YUV | 128.6 | 181.28 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 223 | 0 | 0.79 | 0.08 | 0.05 | 306.28 | 0.89 | 0.58 |
| Hex | F3 | 34 | DF | 0 | 4F | 8 | 5 | 132 | 59 | 3A |
| Octal | 363 | 64 | 337 | 0 | 117 | 10 | 5 | 462 | 131 | 72 |
| Binary | 11110011 | 110100 | 11011111 | 0 | 1001111 | 1000 | 101 | 100110010 | 1011001 | 111010 |
Color Harmonies of #F334DF
Complementary color
Monochromatic Colors of #F334DF
Black with #F334DF
Text Example
Text Example
White with #F334DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334DF; }
p { color: rgb(243,52,223); }
H1.HeaderClassName
{
color: #F334DF;
}
.AnyTagClassName
{
color: #F334DF;
}
</style>
background-color css
<style>
a { background-color: #F334DF; }
a { background-color: rgb(243,52,223); }
div.DivClassName
{
background-color: #F334DF;
}
.BgClassName
{
background-color: #F334DF;
}
</style>
border-color css
<style>
span { border-color: #F334DF; }
span { border-color: rgb(243,52,223); }
td.TdClassName
{
border-color: #F334DF;
}
.TagClassName
{
border-color: #F334DF;
}
</style>