Shades of Razzle Dazzle Rose #FA1EE6
Tints of Razzle Dazzle Rose #FA1EE6
RGB
CMYK
RGB Variations
Color information
#FA1EE6 (or 0xFA1EE6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and E6. RGB value is (250,30,230). Sum of RGB (Red+Green+Blue) = 250+30+230=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 30 (12.11% from 255 or 5.88% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1EE6 is #05E119. Grayscale: #767676. Windows color (decimal): -385306 or 15081210. OLE color: 15081210.
HSL color Cylindrical-coordinate representation of color #FA1EE6: hue angle of 305.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1EE6 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 230 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.02 |
| HSL | 305.45º | 0.96% | 0.55% | - |
| HSV(B) | 305.45º | 0.88% | 0.98% | - |
| XYZ | 54.17 | 26.97 | 77.21 | - |
| YUV | 118.58 | 190.89 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 230 | 0 | 0.88 | 0.08 | 0.02 | 305.45 | 0.96 | 0.55 |
| Hex | FA | 1E | E6 | 0 | 58 | 8 | 2 | 131 | 60 | 37 |
| Octal | 372 | 36 | 346 | 0 | 130 | 10 | 2 | 461 | 140 | 67 |
| Binary | 11111010 | 11110 | 11100110 | 0 | 1011000 | 1000 | 10 | 100110001 | 1100000 | 110111 |
Color Harmonies of #FA1EE6
Complementary color
Monochromatic Colors of #FA1EE6
Black with #FA1EE6
Text Example
Text Example
White with #FA1EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EE6; }
p { color: rgb(250,30,230); }
H1.HeaderClassName
{
color: #FA1EE6;
}
.AnyTagClassName
{
color: #FA1EE6;
}
</style>
background-color css
<style>
a { background-color: #FA1EE6; }
a { background-color: rgb(250,30,230); }
div.DivClassName
{
background-color: #FA1EE6;
}
.BgClassName
{
background-color: #FA1EE6;
}
</style>
border-color css
<style>
span { border-color: #FA1EE6; }
span { border-color: rgb(250,30,230); }
td.TdClassName
{
border-color: #FA1EE6;
}
.TagClassName
{
border-color: #FA1EE6;
}
</style>