Shades of Razzle Dazzle Rose #F128EA
Tints of Razzle Dazzle Rose #F128EA
RGB
CMYK
RGB Variations
Color information
#F128EA (or 0xF128EA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and EA. RGB value is (241,40,234). Sum of RGB (Red+Green+Blue) = 241+40+234=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 40 (16.02% from 255 or 7.77% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F128EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F128EA is #0ED715. Grayscale: #797979. Windows color (decimal): -972566 or 15345905. OLE color: 15345905.
HSL color Cylindrical-coordinate representation of color #F128EA: hue angle of 302.09º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F128EA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 234 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.05 |
| HSL | 302.09º | 0.88% | 0.55% | - |
| HSV(B) | 302.09º | 0.83% | 0.95% | - |
| XYZ | 51.89 | 26.16 | 80.16 | - |
| YUV | 122.22 | 191.09 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 234 | 0 | 0.83 | 0.03 | 0.05 | 302.09 | 0.88 | 0.55 |
| Hex | F1 | 28 | EA | 0 | 53 | 3 | 5 | 12E | 58 | 37 |
| Octal | 361 | 50 | 352 | 0 | 123 | 3 | 5 | 456 | 130 | 67 |
| Binary | 11110001 | 101000 | 11101010 | 0 | 1010011 | 11 | 101 | 100101110 | 1011000 | 110111 |
Color Harmonies of #F128EA
Complementary color
Monochromatic Colors of #F128EA
Black with #F128EA
Text Example
Text Example
White with #F128EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128EA; }
p { color: rgb(241,40,234); }
H1.HeaderClassName
{
color: #F128EA;
}
.AnyTagClassName
{
color: #F128EA;
}
</style>
background-color css
<style>
a { background-color: #F128EA; }
a { background-color: rgb(241,40,234); }
div.DivClassName
{
background-color: #F128EA;
}
.BgClassName
{
background-color: #F128EA;
}
</style>
border-color css
<style>
span { border-color: #F128EA; }
span { border-color: rgb(241,40,234); }
td.TdClassName
{
border-color: #F128EA;
}
.TagClassName
{
border-color: #F128EA;
}
</style>