Shades of Razzle Dazzle Rose #F127DD
Tints of Razzle Dazzle Rose #F127DD
RGB
CMYK
RGB Variations
Color information
#F127DD (or 0xF127DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and DD. RGB value is (241,39,221). Sum of RGB (Red+Green+Blue) = 241+39+221=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F127DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127DD is #0ED822. Grayscale: #777777. Windows color (decimal): -972835 or 14493681. OLE color: 14493681.
HSL color Cylindrical-coordinate representation of color #F127DD: hue angle of 305.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127DD is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 221 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.05 |
| HSL | 305.94º | 0.88% | 0.55% | - |
| HSV(B) | 305.94º | 0.84% | 0.95% | - |
| XYZ | 50.05 | 25.37 | 70.67 | - |
| YUV | 120.15 | 184.92 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 221 | 0 | 0.84 | 0.08 | 0.05 | 305.94 | 0.88 | 0.55 |
| Hex | F1 | 27 | DD | 0 | 54 | 8 | 5 | 132 | 58 | 37 |
| Octal | 361 | 47 | 335 | 0 | 124 | 10 | 5 | 462 | 130 | 67 |
| Binary | 11110001 | 100111 | 11011101 | 0 | 1010100 | 1000 | 101 | 100110010 | 1011000 | 110111 |
Color Harmonies of #F127DD
Complementary color
Monochromatic Colors of #F127DD
Black with #F127DD
Text Example
Text Example
White with #F127DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127DD; }
p { color: rgb(241,39,221); }
H1.HeaderClassName
{
color: #F127DD;
}
.AnyTagClassName
{
color: #F127DD;
}
</style>
background-color css
<style>
a { background-color: #F127DD; }
a { background-color: rgb(241,39,221); }
div.DivClassName
{
background-color: #F127DD;
}
.BgClassName
{
background-color: #F127DD;
}
</style>
border-color css
<style>
span { border-color: #F127DD; }
span { border-color: rgb(241,39,221); }
td.TdClassName
{
border-color: #F127DD;
}
.TagClassName
{
border-color: #F127DD;
}
</style>