Shades of Razzle Dazzle Rose #F31ED4
Tints of Razzle Dazzle Rose #F31ED4
RGB
CMYK
RGB Variations
Color information
#F31ED4 (or 0xF31ED4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1E and D4. RGB value is (243,30,212). Sum of RGB (Red+Green+Blue) = 243+30+212=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ED4 is #0CE12B. Grayscale: #717171. Windows color (decimal): -844076 or 13901555. OLE color: 13901555.
HSL color Cylindrical-coordinate representation of color #F31ED4: hue angle of 308.73º 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 #F31ED4 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 212 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.05 |
| HSL | 308.73º | 0.9% | 0.54% | - |
| HSV(B) | 308.73º | 0.88% | 0.95% | - |
| XYZ | 49.31 | 24.74 | 64.46 | - |
| YUV | 114.44 | 183.07 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 212 | 0 | 0.88 | 0.13 | 0.05 | 308.73 | 0.9 | 0.54 |
| Hex | F3 | 1E | D4 | 0 | 58 | D | 5 | 135 | 5A | 36 |
| Octal | 363 | 36 | 324 | 0 | 130 | 15 | 5 | 465 | 132 | 66 |
| Binary | 11110011 | 11110 | 11010100 | 0 | 1011000 | 1101 | 101 | 100110101 | 1011010 | 110110 |
Color Harmonies of #F31ED4
Complementary color
Monochromatic Colors of #F31ED4
Black with #F31ED4
Text Example
Text Example
White with #F31ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ED4; }
p { color: rgb(243,30,212); }
H1.HeaderClassName
{
color: #F31ED4;
}
.AnyTagClassName
{
color: #F31ED4;
}
</style>
background-color css
<style>
a { background-color: #F31ED4; }
a { background-color: rgb(243,30,212); }
div.DivClassName
{
background-color: #F31ED4;
}
.BgClassName
{
background-color: #F31ED4;
}
</style>
border-color css
<style>
span { border-color: #F31ED4; }
span { border-color: rgb(243,30,212); }
td.TdClassName
{
border-color: #F31ED4;
}
.TagClassName
{
border-color: #F31ED4;
}
</style>