Shades of Razzle Dazzle Rose #F31CE5
Tints of Razzle Dazzle Rose #F31CE5
RGB
CMYK
RGB Variations
Color information
#F31CE5 (or 0xF31CE5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1C and E5. RGB value is (243,28,229). Sum of RGB (Red+Green+Blue) = 243+28+229=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31CE5 is #0CE31A. Grayscale: #727272. Windows color (decimal): -844571 or 15015155. OLE color: 15015155.
HSL color Cylindrical-coordinate representation of color #F31CE5: hue angle of 303.91º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31CE5 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 229 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.05 |
| HSL | 303.91º | 0.9% | 0.53% | - |
| HSV(B) | 303.91º | 0.88% | 0.95% | - |
| XYZ | 51.52 | 25.54 | 76.34 | - |
| YUV | 115.2 | 192.23 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 229 | 0 | 0.88 | 0.06 | 0.05 | 303.91 | 0.9 | 0.53 |
| Hex | F3 | 1C | E5 | 0 | 58 | 6 | 5 | 130 | 5A | 35 |
| Octal | 363 | 34 | 345 | 0 | 130 | 6 | 5 | 460 | 132 | 65 |
| Binary | 11110011 | 11100 | 11100101 | 0 | 1011000 | 110 | 101 | 100110000 | 1011010 | 110101 |
Color Harmonies of #F31CE5
Complementary color
Monochromatic Colors of #F31CE5
Black with #F31CE5
Text Example
Text Example
White with #F31CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CE5; }
p { color: rgb(243,28,229); }
H1.HeaderClassName
{
color: #F31CE5;
}
.AnyTagClassName
{
color: #F31CE5;
}
</style>
background-color css
<style>
a { background-color: #F31CE5; }
a { background-color: rgb(243,28,229); }
div.DivClassName
{
background-color: #F31CE5;
}
.BgClassName
{
background-color: #F31CE5;
}
</style>
border-color css
<style>
span { border-color: #F31CE5; }
span { border-color: rgb(243,28,229); }
td.TdClassName
{
border-color: #F31CE5;
}
.TagClassName
{
border-color: #F31CE5;
}
</style>