Shades of Razzle Dazzle Rose #FA2EC2
Tints of Razzle Dazzle Rose #FA2EC2
RGB
CMYK
RGB Variations
Color information
#FA2EC2 (or 0xFA2EC2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and C2. RGB value is (250,46,194). Sum of RGB (Red+Green+Blue) = 250+46+194=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2EC2 is #05D13D. Grayscale: #7B7B7B. Windows color (decimal): -381246 or 12726010. OLE color: 12726010.
HSL color Cylindrical-coordinate representation of color #FA2EC2: hue angle of 316.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2EC2 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 194 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.02 |
| HSL | 316.47º | 0.95% | 0.58% | - |
| HSV(B) | 316.47º | 0.82% | 0.98% | - |
| XYZ | 50.14 | 26.17 | 53.45 | - |
| YUV | 123.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 194 | 0 | 0.82 | 0.22 | 0.02 | 316.47 | 0.95 | 0.58 |
| Hex | FA | 2E | C2 | 0 | 52 | 16 | 2 | 13C | 5F | 3A |
| Octal | 372 | 56 | 302 | 0 | 122 | 26 | 2 | 474 | 137 | 72 |
| Binary | 11111010 | 101110 | 11000010 | 0 | 1010010 | 10110 | 10 | 100111100 | 1011111 | 111010 |
Color Harmonies of #FA2EC2
Complementary color
Monochromatic Colors of #FA2EC2
Black with #FA2EC2
Text Example
Text Example
White with #FA2EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EC2; }
p { color: rgb(250,46,194); }
H1.HeaderClassName
{
color: #FA2EC2;
}
.AnyTagClassName
{
color: #FA2EC2;
}
</style>
background-color css
<style>
a { background-color: #FA2EC2; }
a { background-color: rgb(250,46,194); }
div.DivClassName
{
background-color: #FA2EC2;
}
.BgClassName
{
background-color: #FA2EC2;
}
</style>
border-color css
<style>
span { border-color: #FA2EC2; }
span { border-color: rgb(250,46,194); }
td.TdClassName
{
border-color: #FA2EC2;
}
.TagClassName
{
border-color: #FA2EC2;
}
</style>