Shades of Razzle Dazzle Rose #FA20E2
Tints of Razzle Dazzle Rose #FA20E2
RGB
CMYK
RGB Variations
Color information
#FA20E2 (or 0xFA20E2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 20 and E2. RGB value is (250,32,226). Sum of RGB (Red+Green+Blue) = 250+32+226=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 32 (12.89% from 255 or 6.30% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20E2 is #05DF1D. Grayscale: #767676. Windows color (decimal): -384798 or 14819578. OLE color: 14819578.
HSL color Cylindrical-coordinate representation of color #FA20E2: hue angle of 306.61º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20E2 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 226 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.02 |
| HSL | 306.61º | 0.96% | 0.55% | - |
| HSV(B) | 306.61º | 0.87% | 0.98% | - |
| XYZ | 53.67 | 26.85 | 74.31 | - |
| YUV | 119.3 | 188.22 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 226 | 0 | 0.87 | 0.10 | 0.02 | 306.61 | 0.96 | 0.55 |
| Hex | FA | 20 | E2 | 0 | 57 | A | 2 | 133 | 60 | 37 |
| Octal | 372 | 40 | 342 | 0 | 127 | 12 | 2 | 463 | 140 | 67 |
| Binary | 11111010 | 100000 | 11100010 | 0 | 1010111 | 1010 | 10 | 100110011 | 1100000 | 110111 |
Color Harmonies of #FA20E2
Complementary color
Monochromatic Colors of #FA20E2
Black with #FA20E2
Text Example
Text Example
White with #FA20E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20E2; }
p { color: rgb(250,32,226); }
H1.HeaderClassName
{
color: #FA20E2;
}
.AnyTagClassName
{
color: #FA20E2;
}
</style>
background-color css
<style>
a { background-color: #FA20E2; }
a { background-color: rgb(250,32,226); }
div.DivClassName
{
background-color: #FA20E2;
}
.BgClassName
{
background-color: #FA20E2;
}
</style>
border-color css
<style>
span { border-color: #FA20E2; }
span { border-color: rgb(250,32,226); }
td.TdClassName
{
border-color: #FA20E2;
}
.TagClassName
{
border-color: #FA20E2;
}
</style>