Shades of Razzle Dazzle Rose #FA2EBA
Tints of Razzle Dazzle Rose #FA2EBA
RGB
CMYK
RGB Variations
Color information
#FA2EBA (or 0xFA2EBA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and BA. RGB value is (250,46,186). Sum of RGB (Red+Green+Blue) = 250+46+186=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2EBA is #05D145. Grayscale: #7A7A7A. Windows color (decimal): -381254 or 12201722. OLE color: 12201722.
HSL color Cylindrical-coordinate representation of color #FA2EBA: hue angle of 318.82º 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 #FA2EBA is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 186 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.02 |
| HSL | 318.82º | 0.95% | 0.58% | - |
| HSV(B) | 318.82º | 0.82% | 0.98% | - |
| XYZ | 49.26 | 25.82 | 48.84 | - |
| YUV | 122.96 | 163.59 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 186 | 0 | 0.82 | 0.26 | 0.02 | 318.82 | 0.95 | 0.58 |
| Hex | FA | 2E | BA | 0 | 52 | 1A | 2 | 13F | 5F | 3A |
| Octal | 372 | 56 | 272 | 0 | 122 | 32 | 2 | 477 | 137 | 72 |
| Binary | 11111010 | 101110 | 10111010 | 0 | 1010010 | 11010 | 10 | 100111111 | 1011111 | 111010 |
Color Harmonies of #FA2EBA
Complementary color
Monochromatic Colors of #FA2EBA
Black with #FA2EBA
Text Example
Text Example
White with #FA2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EBA; }
p { color: rgb(250,46,186); }
H1.HeaderClassName
{
color: #FA2EBA;
}
.AnyTagClassName
{
color: #FA2EBA;
}
</style>
background-color css
<style>
a { background-color: #FA2EBA; }
a { background-color: rgb(250,46,186); }
div.DivClassName
{
background-color: #FA2EBA;
}
.BgClassName
{
background-color: #FA2EBA;
}
</style>
border-color css
<style>
span { border-color: #FA2EBA; }
span { border-color: rgb(250,46,186); }
td.TdClassName
{
border-color: #FA2EBA;
}
.TagClassName
{
border-color: #FA2EBA;
}
</style>