Shades of Razzle Dazzle Rose #FA1EE2
Tints of Razzle Dazzle Rose #FA1EE2
RGB
CMYK
RGB Variations
Color information
#FA1EE2 (or 0xFA1EE2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and E2. RGB value is (250,30,226). Sum of RGB (Red+Green+Blue) = 250+30+226=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EE2 is #05E11D. Grayscale: #757575. Windows color (decimal): -385310 or 14819066. OLE color: 14819066.
HSL color Cylindrical-coordinate representation of color #FA1EE2: hue angle of 306.55º 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 #FA1EE2 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 226 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.02 |
| HSL | 306.55º | 0.96% | 0.55% | - |
| HSV(B) | 306.55º | 0.88% | 0.98% | - |
| XYZ | 53.62 | 26.74 | 74.29 | - |
| YUV | 118.12 | 188.89 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 226 | 0 | 0.88 | 0.10 | 0.02 | 306.55 | 0.96 | 0.55 |
| Hex | FA | 1E | E2 | 0 | 58 | A | 2 | 133 | 60 | 37 |
| Octal | 372 | 36 | 342 | 0 | 130 | 12 | 2 | 463 | 140 | 67 |
| Binary | 11111010 | 11110 | 11100010 | 0 | 1011000 | 1010 | 10 | 100110011 | 1100000 | 110111 |
Color Harmonies of #FA1EE2
Complementary color
Monochromatic Colors of #FA1EE2
Black with #FA1EE2
Text Example
Text Example
White with #FA1EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EE2; }
p { color: rgb(250,30,226); }
H1.HeaderClassName
{
color: #FA1EE2;
}
.AnyTagClassName
{
color: #FA1EE2;
}
</style>
background-color css
<style>
a { background-color: #FA1EE2; }
a { background-color: rgb(250,30,226); }
div.DivClassName
{
background-color: #FA1EE2;
}
.BgClassName
{
background-color: #FA1EE2;
}
</style>
border-color css
<style>
span { border-color: #FA1EE2; }
span { border-color: rgb(250,30,226); }
td.TdClassName
{
border-color: #FA1EE2;
}
.TagClassName
{
border-color: #FA1EE2;
}
</style>