Shades of Razzle Dazzle Rose #FA2EE8
Tints of Razzle Dazzle Rose #FA2EE8
RGB
CMYK
RGB Variations
Color information
#FA2EE8 (or 0xFA2EE8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and E8. RGB value is (250,46,232). Sum of RGB (Red+Green+Blue) = 250+46+232=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 46 (18.36% from 255 or 8.71% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2EE8 is #05D117. Grayscale: #7F7F7F. Windows color (decimal): -381208 or 15216378. OLE color: 15216378.
HSL color Cylindrical-coordinate representation of color #FA2EE8: hue angle of 305.29º 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 #FA2EE8 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 232 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.02 |
| HSL | 305.29º | 0.95% | 0.58% | - |
| HSV(B) | 305.29º | 0.82% | 0.98% | - |
| XYZ | 54.97 | 28.1 | 78.87 | - |
| YUV | 128.2 | 186.59 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 232 | 0 | 0.82 | 0.07 | 0.02 | 305.29 | 0.95 | 0.58 |
| Hex | FA | 2E | E8 | 0 | 52 | 7 | 2 | 131 | 5F | 3A |
| Octal | 372 | 56 | 350 | 0 | 122 | 7 | 2 | 461 | 137 | 72 |
| Binary | 11111010 | 101110 | 11101000 | 0 | 1010010 | 111 | 10 | 100110001 | 1011111 | 111010 |
Color Harmonies of #FA2EE8
Complementary color
Monochromatic Colors of #FA2EE8
Black with #FA2EE8
Text Example
Text Example
White with #FA2EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EE8; }
p { color: rgb(250,46,232); }
H1.HeaderClassName
{
color: #FA2EE8;
}
.AnyTagClassName
{
color: #FA2EE8;
}
</style>
background-color css
<style>
a { background-color: #FA2EE8; }
a { background-color: rgb(250,46,232); }
div.DivClassName
{
background-color: #FA2EE8;
}
.BgClassName
{
background-color: #FA2EE8;
}
</style>
border-color css
<style>
span { border-color: #FA2EE8; }
span { border-color: rgb(250,46,232); }
td.TdClassName
{
border-color: #FA2EE8;
}
.TagClassName
{
border-color: #FA2EE8;
}
</style>