Shades of Razzle Dazzle Rose #F127D4
Tints of Razzle Dazzle Rose #F127D4
RGB
CMYK
RGB Variations
Color information
#F127D4 (or 0xF127D4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and D4. RGB value is (241,39,212). Sum of RGB (Red+Green+Blue) = 241+39+212=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F127D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127D4 is #0ED82B. Grayscale: #767676. Windows color (decimal): -972844 or 13903857. OLE color: 13903857.
HSL color Cylindrical-coordinate representation of color #F127D4: hue angle of 308.61º 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 #F127D4 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 212 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.05 |
| HSL | 308.61º | 0.88% | 0.55% | - |
| HSV(B) | 308.61º | 0.84% | 0.95% | - |
| XYZ | 48.88 | 24.91 | 64.52 | - |
| YUV | 119.12 | 180.42 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 212 | 0 | 0.84 | 0.12 | 0.05 | 308.61 | 0.88 | 0.55 |
| Hex | F1 | 27 | D4 | 0 | 54 | C | 5 | 135 | 58 | 37 |
| Octal | 361 | 47 | 324 | 0 | 124 | 14 | 5 | 465 | 130 | 67 |
| Binary | 11110001 | 100111 | 11010100 | 0 | 1010100 | 1100 | 101 | 100110101 | 1011000 | 110111 |
Color Harmonies of #F127D4
Complementary color
Monochromatic Colors of #F127D4
Black with #F127D4
Text Example
Text Example
White with #F127D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127D4; }
p { color: rgb(241,39,212); }
H1.HeaderClassName
{
color: #F127D4;
}
.AnyTagClassName
{
color: #F127D4;
}
</style>
background-color css
<style>
a { background-color: #F127D4; }
a { background-color: rgb(241,39,212); }
div.DivClassName
{
background-color: #F127D4;
}
.BgClassName
{
background-color: #F127D4;
}
</style>
border-color css
<style>
span { border-color: #F127D4; }
span { border-color: rgb(241,39,212); }
td.TdClassName
{
border-color: #F127D4;
}
.TagClassName
{
border-color: #F127D4;
}
</style>