Shades of Razzle Dazzle Rose #F127E2
Tints of Razzle Dazzle Rose #F127E2
RGB
CMYK
RGB Variations
Color information
#F127E2 (or 0xF127E2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and E2. RGB value is (241,39,226). Sum of RGB (Red+Green+Blue) = 241+39+226=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F127E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127E2 is #0ED81D. Grayscale: #787878. Windows color (decimal): -972830 or 14821361. OLE color: 14821361.
HSL color Cylindrical-coordinate representation of color #F127E2: hue angle of 304.46º 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 #F127E2 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 226 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.05 |
| HSL | 304.46º | 0.88% | 0.55% | - |
| HSV(B) | 304.46º | 0.84% | 0.95% | - |
| XYZ | 50.73 | 25.64 | 74.23 | - |
| YUV | 120.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 226 | 0 | 0.84 | 0.06 | 0.05 | 304.46 | 0.88 | 0.55 |
| Hex | F1 | 27 | E2 | 0 | 54 | 6 | 5 | 130 | 58 | 37 |
| Octal | 361 | 47 | 342 | 0 | 124 | 6 | 5 | 460 | 130 | 67 |
| Binary | 11110001 | 100111 | 11100010 | 0 | 1010100 | 110 | 101 | 100110000 | 1011000 | 110111 |
Color Harmonies of #F127E2
Complementary color
Monochromatic Colors of #F127E2
Black with #F127E2
Text Example
Text Example
White with #F127E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127E2; }
p { color: rgb(241,39,226); }
H1.HeaderClassName
{
color: #F127E2;
}
.AnyTagClassName
{
color: #F127E2;
}
</style>
background-color css
<style>
a { background-color: #F127E2; }
a { background-color: rgb(241,39,226); }
div.DivClassName
{
background-color: #F127E2;
}
.BgClassName
{
background-color: #F127E2;
}
</style>
border-color css
<style>
span { border-color: #F127E2; }
span { border-color: rgb(241,39,226); }
td.TdClassName
{
border-color: #F127E2;
}
.TagClassName
{
border-color: #F127E2;
}
</style>