Shades of Razzle Dazzle Rose #F31EE5
Tints of Razzle Dazzle Rose #F31EE5
RGB
CMYK
RGB Variations
Color information
#F31EE5 (or 0xF31EE5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1E and E5. RGB value is (243,30,229). Sum of RGB (Red+Green+Blue) = 243+30+229=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EE5 is #0CE11A. Grayscale: #737373. Windows color (decimal): -844059 or 15015667. OLE color: 15015667.
HSL color Cylindrical-coordinate representation of color #F31EE5: hue angle of 303.94º 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 #F31EE5 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 229 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.05 |
| HSL | 303.94º | 0.9% | 0.54% | - |
| HSV(B) | 303.94º | 0.88% | 0.95% | - |
| XYZ | 51.57 | 25.64 | 76.36 | - |
| YUV | 116.37 | 191.57 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 229 | 0 | 0.88 | 0.06 | 0.05 | 303.94 | 0.9 | 0.54 |
| Hex | F3 | 1E | E5 | 0 | 58 | 6 | 5 | 130 | 5A | 36 |
| Octal | 363 | 36 | 345 | 0 | 130 | 6 | 5 | 460 | 132 | 66 |
| Binary | 11110011 | 11110 | 11100101 | 0 | 1011000 | 110 | 101 | 100110000 | 1011010 | 110110 |
Color Harmonies of #F31EE5
Complementary color
Monochromatic Colors of #F31EE5
Black with #F31EE5
Text Example
Text Example
White with #F31EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EE5; }
p { color: rgb(243,30,229); }
H1.HeaderClassName
{
color: #F31EE5;
}
.AnyTagClassName
{
color: #F31EE5;
}
</style>
background-color css
<style>
a { background-color: #F31EE5; }
a { background-color: rgb(243,30,229); }
div.DivClassName
{
background-color: #F31EE5;
}
.BgClassName
{
background-color: #F31EE5;
}
</style>
border-color css
<style>
span { border-color: #F31EE5; }
span { border-color: rgb(243,30,229); }
td.TdClassName
{
border-color: #F31EE5;
}
.TagClassName
{
border-color: #F31EE5;
}
</style>