Shades of Razzle Dazzle Rose #F128D5
Tints of Razzle Dazzle Rose #F128D5
RGB
CMYK
RGB Variations
Color information
#F128D5 (or 0xF128D5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and D5. RGB value is (241,40,213). Sum of RGB (Red+Green+Blue) = 241+40+213=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F128D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128D5 is #0ED72A. Grayscale: #777777. Windows color (decimal): -972587 or 13969649. OLE color: 13969649.
HSL color Cylindrical-coordinate representation of color #F128D5: hue angle of 308.36º 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 #F128D5 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 213 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.05 |
| HSL | 308.36º | 0.88% | 0.55% | - |
| HSV(B) | 308.36º | 0.83% | 0.95% | - |
| XYZ | 49.04 | 25.02 | 65.2 | - |
| YUV | 119.82 | 180.59 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 213 | 0 | 0.83 | 0.12 | 0.05 | 308.36 | 0.88 | 0.55 |
| Hex | F1 | 28 | D5 | 0 | 53 | C | 5 | 134 | 58 | 37 |
| Octal | 361 | 50 | 325 | 0 | 123 | 14 | 5 | 464 | 130 | 67 |
| Binary | 11110001 | 101000 | 11010101 | 0 | 1010011 | 1100 | 101 | 100110100 | 1011000 | 110111 |
Color Harmonies of #F128D5
Complementary color
Monochromatic Colors of #F128D5
Black with #F128D5
Text Example
Text Example
White with #F128D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128D5; }
p { color: rgb(241,40,213); }
H1.HeaderClassName
{
color: #F128D5;
}
.AnyTagClassName
{
color: #F128D5;
}
</style>
background-color css
<style>
a { background-color: #F128D5; }
a { background-color: rgb(241,40,213); }
div.DivClassName
{
background-color: #F128D5;
}
.BgClassName
{
background-color: #F128D5;
}
</style>
border-color css
<style>
span { border-color: #F128D5; }
span { border-color: rgb(241,40,213); }
td.TdClassName
{
border-color: #F128D5;
}
.TagClassName
{
border-color: #F128D5;
}
</style>