Shades of Razzle Dazzle Rose #F127DA
Tints of Razzle Dazzle Rose #F127DA
RGB
CMYK
RGB Variations
Color information
#F127DA (or 0xF127DA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and DA. RGB value is (241,39,218). Sum of RGB (Red+Green+Blue) = 241+39+218=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F127DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127DA is #0ED825. Grayscale: #777777. Windows color (decimal): -972838 or 14297073. OLE color: 14297073.
HSL color Cylindrical-coordinate representation of color #F127DA: hue angle of 306.83º 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 #F127DA is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 218 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.05 |
| HSL | 306.83º | 0.88% | 0.55% | - |
| HSV(B) | 306.83º | 0.84% | 0.95% | - |
| XYZ | 49.66 | 25.21 | 68.58 | - |
| YUV | 119.8 | 183.42 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 218 | 0 | 0.84 | 0.10 | 0.05 | 306.83 | 0.88 | 0.55 |
| Hex | F1 | 27 | DA | 0 | 54 | A | 5 | 133 | 58 | 37 |
| Octal | 361 | 47 | 332 | 0 | 124 | 12 | 5 | 463 | 130 | 67 |
| Binary | 11110001 | 100111 | 11011010 | 0 | 1010100 | 1010 | 101 | 100110011 | 1011000 | 110111 |
Color Harmonies of #F127DA
Complementary color
Monochromatic Colors of #F127DA
Black with #F127DA
Text Example
Text Example
White with #F127DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127DA; }
p { color: rgb(241,39,218); }
H1.HeaderClassName
{
color: #F127DA;
}
.AnyTagClassName
{
color: #F127DA;
}
</style>
background-color css
<style>
a { background-color: #F127DA; }
a { background-color: rgb(241,39,218); }
div.DivClassName
{
background-color: #F127DA;
}
.BgClassName
{
background-color: #F127DA;
}
</style>
border-color css
<style>
span { border-color: #F127DA; }
span { border-color: rgb(241,39,218); }
td.TdClassName
{
border-color: #F127DA;
}
.TagClassName
{
border-color: #F127DA;
}
</style>