Shades of Razzle Dazzle Rose #F128CE
Tints of Razzle Dazzle Rose #F128CE
RGB
CMYK
RGB Variations
Color information
#F128CE (or 0xF128CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and CE. RGB value is (241,40,206). Sum of RGB (Red+Green+Blue) = 241+40+206=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F128CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128CE is #0ED731. Grayscale: #767676. Windows color (decimal): -972594 or 13510897. OLE color: 13510897.
HSL color Cylindrical-coordinate representation of color #F128CE: hue angle of 310.45º 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 #F128CE is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 206 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.05 |
| HSL | 310.45º | 0.88% | 0.55% | - |
| HSV(B) | 310.45º | 0.83% | 0.95% | - |
| XYZ | 48.18 | 24.67 | 60.62 | - |
| YUV | 119.02 | 177.09 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 206 | 0 | 0.83 | 0.15 | 0.05 | 310.45 | 0.88 | 0.55 |
| Hex | F1 | 28 | CE | 0 | 53 | F | 5 | 136 | 58 | 37 |
| Octal | 361 | 50 | 316 | 0 | 123 | 17 | 5 | 466 | 130 | 67 |
| Binary | 11110001 | 101000 | 11001110 | 0 | 1010011 | 1111 | 101 | 100110110 | 1011000 | 110111 |
Color Harmonies of #F128CE
Complementary color
Monochromatic Colors of #F128CE
Black with #F128CE
Text Example
Text Example
White with #F128CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128CE; }
p { color: rgb(241,40,206); }
H1.HeaderClassName
{
color: #F128CE;
}
.AnyTagClassName
{
color: #F128CE;
}
</style>
background-color css
<style>
a { background-color: #F128CE; }
a { background-color: rgb(241,40,206); }
div.DivClassName
{
background-color: #F128CE;
}
.BgClassName
{
background-color: #F128CE;
}
</style>
border-color css
<style>
span { border-color: #F128CE; }
span { border-color: rgb(241,40,206); }
td.TdClassName
{
border-color: #F128CE;
}
.TagClassName
{
border-color: #F128CE;
}
</style>