Shades of Razzle Dazzle Rose #FA2EC9
Tints of Razzle Dazzle Rose #FA2EC9
RGB
CMYK
RGB Variations
Color information
#FA2EC9 (or 0xFA2EC9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and C9. RGB value is (250,46,201). Sum of RGB (Red+Green+Blue) = 250+46+201=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2EC9 is #05D136. Grayscale: #7C7C7C. Windows color (decimal): -381239 or 13184762. OLE color: 13184762.
HSL color Cylindrical-coordinate representation of color #FA2EC9: hue angle of 314.41º 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 #FA2EC9 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 201 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.02 |
| HSL | 314.41º | 0.95% | 0.58% | - |
| HSV(B) | 314.41º | 0.82% | 0.98% | - |
| XYZ | 50.94 | 26.5 | 57.69 | - |
| YUV | 124.67 | 171.09 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 201 | 0 | 0.82 | 0.20 | 0.02 | 314.41 | 0.95 | 0.58 |
| Hex | FA | 2E | C9 | 0 | 52 | 14 | 2 | 13A | 5F | 3A |
| Octal | 372 | 56 | 311 | 0 | 122 | 24 | 2 | 472 | 137 | 72 |
| Binary | 11111010 | 101110 | 11001001 | 0 | 1010010 | 10100 | 10 | 100111010 | 1011111 | 111010 |
Color Harmonies of #FA2EC9
Complementary color
Monochromatic Colors of #FA2EC9
Black with #FA2EC9
Text Example
Text Example
White with #FA2EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EC9; }
p { color: rgb(250,46,201); }
H1.HeaderClassName
{
color: #FA2EC9;
}
.AnyTagClassName
{
color: #FA2EC9;
}
</style>
background-color css
<style>
a { background-color: #FA2EC9; }
a { background-color: rgb(250,46,201); }
div.DivClassName
{
background-color: #FA2EC9;
}
.BgClassName
{
background-color: #FA2EC9;
}
</style>
border-color css
<style>
span { border-color: #FA2EC9; }
span { border-color: rgb(250,46,201); }
td.TdClassName
{
border-color: #FA2EC9;
}
.TagClassName
{
border-color: #FA2EC9;
}
</style>