Shades of Razzle Dazzle Rose #F31FE5
Tints of Razzle Dazzle Rose #F31FE5
RGB
CMYK
RGB Variations
Color information
#F31FE5 (or 0xF31FE5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1F and E5. RGB value is (243,31,229). Sum of RGB (Red+Green+Blue) = 243+31+229=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FE5 is #0CE01A. Grayscale: #747474. Windows color (decimal): -843803 or 15015923. OLE color: 15015923.
HSL color Cylindrical-coordinate representation of color #F31FE5: hue angle of 303.96º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31FE5 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 229 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.05 |
| HSL | 303.96º | 0.9% | 0.54% | - |
| HSV(B) | 303.96º | 0.87% | 0.95% | - |
| XYZ | 51.59 | 25.69 | 76.37 | - |
| YUV | 116.96 | 191.24 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 229 | 0 | 0.87 | 0.06 | 0.05 | 303.96 | 0.9 | 0.54 |
| Hex | F3 | 1F | E5 | 0 | 57 | 6 | 5 | 130 | 5A | 36 |
| Octal | 363 | 37 | 345 | 0 | 127 | 6 | 5 | 460 | 132 | 66 |
| Binary | 11110011 | 11111 | 11100101 | 0 | 1010111 | 110 | 101 | 100110000 | 1011010 | 110110 |
Color Harmonies of #F31FE5
Complementary color
Monochromatic Colors of #F31FE5
Black with #F31FE5
Text Example
Text Example
White with #F31FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FE5; }
p { color: rgb(243,31,229); }
H1.HeaderClassName
{
color: #F31FE5;
}
.AnyTagClassName
{
color: #F31FE5;
}
</style>
background-color css
<style>
a { background-color: #F31FE5; }
a { background-color: rgb(243,31,229); }
div.DivClassName
{
background-color: #F31FE5;
}
.BgClassName
{
background-color: #F31FE5;
}
</style>
border-color css
<style>
span { border-color: #F31FE5; }
span { border-color: rgb(243,31,229); }
td.TdClassName
{
border-color: #F31FE5;
}
.TagClassName
{
border-color: #F31FE5;
}
</style>