Shades of Razzle Dazzle Rose #F128ED
Tints of Razzle Dazzle Rose #F128ED
RGB
CMYK
RGB Variations
Color information
#F128ED (or 0xF128ED) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and ED. RGB value is (241,40,237). Sum of RGB (Red+Green+Blue) = 241+40+237=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 40 (16.02% from 255 or 7.72% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F128ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F128ED is #0ED712. Grayscale: #797979. Windows color (decimal): -972563 or 15542513. OLE color: 15542513.
HSL color Cylindrical-coordinate representation of color #F128ED: hue angle of 301.19º 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 #F128ED is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 237 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.05 |
| HSL | 301.19º | 0.88% | 0.55% | - |
| HSV(B) | 301.19º | 0.83% | 0.95% | - |
| XYZ | 52.32 | 26.33 | 82.45 | - |
| YUV | 122.56 | 192.59 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 237 | 0 | 0.83 | 0.02 | 0.05 | 301.19 | 0.88 | 0.55 |
| Hex | F1 | 28 | ED | 0 | 53 | 2 | 5 | 12D | 58 | 37 |
| Octal | 361 | 50 | 355 | 0 | 123 | 2 | 5 | 455 | 130 | 67 |
| Binary | 11110001 | 101000 | 11101101 | 0 | 1010011 | 10 | 101 | 100101101 | 1011000 | 110111 |
Color Harmonies of #F128ED
Complementary color
Monochromatic Colors of #F128ED
Black with #F128ED
Text Example
Text Example
White with #F128ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128ED; }
p { color: rgb(241,40,237); }
H1.HeaderClassName
{
color: #F128ED;
}
.AnyTagClassName
{
color: #F128ED;
}
</style>
background-color css
<style>
a { background-color: #F128ED; }
a { background-color: rgb(241,40,237); }
div.DivClassName
{
background-color: #F128ED;
}
.BgClassName
{
background-color: #F128ED;
}
</style>
border-color css
<style>
span { border-color: #F128ED; }
span { border-color: rgb(241,40,237); }
td.TdClassName
{
border-color: #F128ED;
}
.TagClassName
{
border-color: #F128ED;
}
</style>