Shades of Razzle Dazzle Rose #F31ED2
Tints of Razzle Dazzle Rose #F31ED2
RGB
CMYK
RGB Variations
Color information
#F31ED2 (or 0xF31ED2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1E and D2. RGB value is (243,30,210). Sum of RGB (Red+Green+Blue) = 243+30+210=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ED2 is #0CE12D. Grayscale: #717171. Windows color (decimal): -844078 or 13770483. OLE color: 13770483.
HSL color Cylindrical-coordinate representation of color #F31ED2: hue angle of 309.3º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31ED2 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 210 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.3º | 0.9% | 0.54% | - |
| HSV(B) | 309.3º | 0.88% | 0.95% | - |
| XYZ | 49.06 | 24.64 | 63.14 | - |
| YUV | 114.21 | 182.07 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 210 | 0 | 0.88 | 0.14 | 0.05 | 309.3 | 0.9 | 0.54 |
| Hex | F3 | 1E | D2 | 0 | 58 | E | 5 | 135 | 5A | 36 |
| Octal | 363 | 36 | 322 | 0 | 130 | 16 | 5 | 465 | 132 | 66 |
| Binary | 11110011 | 11110 | 11010010 | 0 | 1011000 | 1110 | 101 | 100110101 | 1011010 | 110110 |
Color Harmonies of #F31ED2
Complementary color
Monochromatic Colors of #F31ED2
Black with #F31ED2
Text Example
Text Example
White with #F31ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ED2; }
p { color: rgb(243,30,210); }
H1.HeaderClassName
{
color: #F31ED2;
}
.AnyTagClassName
{
color: #F31ED2;
}
</style>
background-color css
<style>
a { background-color: #F31ED2; }
a { background-color: rgb(243,30,210); }
div.DivClassName
{
background-color: #F31ED2;
}
.BgClassName
{
background-color: #F31ED2;
}
</style>
border-color css
<style>
span { border-color: #F31ED2; }
span { border-color: rgb(243,30,210); }
td.TdClassName
{
border-color: #F31ED2;
}
.TagClassName
{
border-color: #F31ED2;
}
</style>