Shades of Razzle Dazzle Rose #F334F2
Tints of Razzle Dazzle Rose #F334F2
RGB
CMYK
RGB Variations
Color information
#F334F2 (or 0xF334F2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and F2. RGB value is (243,52,242). Sum of RGB (Red+Green+Blue) = 243+52+242=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 52 (20.70% from 255 or 9.68% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F334F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334F2 is #0CCB0D. Grayscale: #828282. Windows color (decimal): -838414 or 15873267. OLE color: 15873267.
HSL color Cylindrical-coordinate representation of color #F334F2: hue angle of 300.31º 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 #F334F2 is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 242 | - |
| CMYK | 0 | 0.79 | 0.00 | 0.05 |
| HSL | 300.31º | 0.89% | 0.58% | - |
| HSV(B) | 300.31º | 0.79% | 0.95% | - |
| XYZ | 54.22 | 27.92 | 86.54 | - |
| YUV | 130.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 242 | 0 | 0.79 | 0.00 | 0.05 | 300.31 | 0.89 | 0.58 |
| Hex | F3 | 34 | F2 | 0 | 4F | 0 | 5 | 12C | 59 | 3A |
| Octal | 363 | 64 | 362 | 0 | 117 | 0 | 5 | 454 | 131 | 72 |
| Binary | 11110011 | 110100 | 11110010 | 0 | 1001111 | 0 | 101 | 100101100 | 1011001 | 111010 |
Color Harmonies of #F334F2
Complementary color
Monochromatic Colors of #F334F2
Black with #F334F2
Text Example
Text Example
White with #F334F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334F2; }
p { color: rgb(243,52,242); }
H1.HeaderClassName
{
color: #F334F2;
}
.AnyTagClassName
{
color: #F334F2;
}
</style>
background-color css
<style>
a { background-color: #F334F2; }
a { background-color: rgb(243,52,242); }
div.DivClassName
{
background-color: #F334F2;
}
.BgClassName
{
background-color: #F334F2;
}
</style>
border-color css
<style>
span { border-color: #F334F2; }
span { border-color: rgb(243,52,242); }
td.TdClassName
{
border-color: #F334F2;
}
.TagClassName
{
border-color: #F334F2;
}
</style>