Shades of Razzle Dazzle Rose #F331D2
Tints of Razzle Dazzle Rose #F331D2
RGB
CMYK
RGB Variations
Color information
#F331D2 (or 0xF331D2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and D2. RGB value is (243,49,210). Sum of RGB (Red+Green+Blue) = 243+49+210=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F331D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331D2 is #0CCE2D. Grayscale: #7C7C7C. Windows color (decimal): -839214 or 13775347. OLE color: 13775347.
HSL color Cylindrical-coordinate representation of color #F331D2: hue angle of 310.21º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331D2 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 210 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.05 |
| HSL | 310.21º | 0.89% | 0.57% | - |
| HSV(B) | 310.21º | 0.8% | 0.95% | - |
| XYZ | 49.69 | 25.9 | 63.35 | - |
| YUV | 125.36 | 175.77 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 210 | 0 | 0.80 | 0.14 | 0.05 | 310.21 | 0.89 | 0.57 |
| Hex | F3 | 31 | D2 | 0 | 50 | E | 5 | 136 | 59 | 39 |
| Octal | 363 | 61 | 322 | 0 | 120 | 16 | 5 | 466 | 131 | 71 |
| Binary | 11110011 | 110001 | 11010010 | 0 | 1010000 | 1110 | 101 | 100110110 | 1011001 | 111001 |
Color Harmonies of #F331D2
Complementary color
Monochromatic Colors of #F331D2
Black with #F331D2
Text Example
Text Example
White with #F331D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F331D2; }
p { color: rgb(243,49,210); }
H1.HeaderClassName
{
color: #F331D2;
}
.AnyTagClassName
{
color: #F331D2;
}
</style>
background-color css
<style>
a { background-color: #F331D2; }
a { background-color: rgb(243,49,210); }
div.DivClassName
{
background-color: #F331D2;
}
.BgClassName
{
background-color: #F331D2;
}
</style>
border-color css
<style>
span { border-color: #F331D2; }
span { border-color: rgb(243,49,210); }
td.TdClassName
{
border-color: #F331D2;
}
.TagClassName
{
border-color: #F331D2;
}
</style>