Shades of Razzle Dazzle Rose #F128CF
Tints of Razzle Dazzle Rose #F128CF
RGB
CMYK
RGB Variations
Color information
#F128CF (or 0xF128CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and CF. RGB value is (241,40,207). Sum of RGB (Red+Green+Blue) = 241+40+207=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F128CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128CF is #0ED730. Grayscale: #767676. Windows color (decimal): -972593 or 13576433. OLE color: 13576433.
HSL color Cylindrical-coordinate representation of color #F128CF: hue angle of 310.15º 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 #F128CF is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 207 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.05 |
| HSL | 310.15º | 0.88% | 0.55% | - |
| HSV(B) | 310.15º | 0.83% | 0.95% | - |
| XYZ | 48.3 | 24.72 | 61.26 | - |
| YUV | 119.14 | 177.59 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 207 | 0 | 0.83 | 0.14 | 0.05 | 310.15 | 0.88 | 0.55 |
| Hex | F1 | 28 | CF | 0 | 53 | E | 5 | 136 | 58 | 37 |
| Octal | 361 | 50 | 317 | 0 | 123 | 16 | 5 | 466 | 130 | 67 |
| Binary | 11110001 | 101000 | 11001111 | 0 | 1010011 | 1110 | 101 | 100110110 | 1011000 | 110111 |
Color Harmonies of #F128CF
Complementary color
Monochromatic Colors of #F128CF
Black with #F128CF
Text Example
Text Example
White with #F128CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128CF; }
p { color: rgb(241,40,207); }
H1.HeaderClassName
{
color: #F128CF;
}
.AnyTagClassName
{
color: #F128CF;
}
</style>
background-color css
<style>
a { background-color: #F128CF; }
a { background-color: rgb(241,40,207); }
div.DivClassName
{
background-color: #F128CF;
}
.BgClassName
{
background-color: #F128CF;
}
</style>
border-color css
<style>
span { border-color: #F128CF; }
span { border-color: rgb(241,40,207); }
td.TdClassName
{
border-color: #F128CF;
}
.TagClassName
{
border-color: #F128CF;
}
</style>