Shades of Razzle Dazzle Rose #F231E1
Tints of Razzle Dazzle Rose #F231E1
RGB
CMYK
RGB Variations
Color information
#F231E1 (or 0xF231E1) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and E1. RGB value is (242,49,225). Sum of RGB (Red+Green+Blue) = 242+49+225=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F231E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231E1 is #0DCE1E. Grayscale: #7E7E7E. Windows color (decimal): -904735 or 14758386. OLE color: 14758386.
HSL color Cylindrical-coordinate representation of color #F231E1: hue angle of 305.28º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231E1 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 225 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.05 |
| HSL | 305.29º | 0.88% | 0.57% | - |
| HSV(B) | 305.29º | 0.8% | 0.95% | - |
| XYZ | 51.31 | 26.51 | 73.65 | - |
| YUV | 126.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 225 | 0 | 0.80 | 0.07 | 0.05 | 305.29 | 0.88 | 0.57 |
| Hex | F2 | 31 | E1 | 0 | 50 | 7 | 5 | 131 | 58 | 39 |
| Octal | 362 | 61 | 341 | 0 | 120 | 7 | 5 | 461 | 130 | 71 |
| Binary | 11110010 | 110001 | 11100001 | 0 | 1010000 | 111 | 101 | 100110001 | 1011000 | 111001 |
Color Harmonies of #F231E1
Complementary color
Monochromatic Colors of #F231E1
Black with #F231E1
Text Example
Text Example
White with #F231E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231E1; }
p { color: rgb(242,49,225); }
H1.HeaderClassName
{
color: #F231E1;
}
.AnyTagClassName
{
color: #F231E1;
}
</style>
background-color css
<style>
a { background-color: #F231E1; }
a { background-color: rgb(242,49,225); }
div.DivClassName
{
background-color: #F231E1;
}
.BgClassName
{
background-color: #F231E1;
}
</style>
border-color css
<style>
span { border-color: #F231E1; }
span { border-color: rgb(242,49,225); }
td.TdClassName
{
border-color: #F231E1;
}
.TagClassName
{
border-color: #F231E1;
}
</style>