Shades of Razzle Dazzle Rose #FA2CE9
Tints of Razzle Dazzle Rose #FA2CE9
RGB
CMYK
RGB Variations
Color information
#FA2CE9 (or 0xFA2CE9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2C and E9. RGB value is (250,44,233). Sum of RGB (Red+Green+Blue) = 250+44+233=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 44 (17.58% from 255 or 8.35% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2CE9 is #05D316. Grayscale: #7E7E7E. Windows color (decimal): -381719 or 15281402. OLE color: 15281402.
HSL color Cylindrical-coordinate representation of color #FA2CE9: hue angle of 304.95º 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 #FA2CE9 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 233 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.02 |
| HSL | 304.95º | 0.95% | 0.58% | - |
| HSV(B) | 304.95º | 0.82% | 0.98% | - |
| XYZ | 55.03 | 28.01 | 79.6 | - |
| YUV | 127.14 | 187.75 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 233 | 0 | 0.82 | 0.07 | 0.02 | 304.95 | 0.95 | 0.58 |
| Hex | FA | 2C | E9 | 0 | 52 | 7 | 2 | 131 | 5F | 3A |
| Octal | 372 | 54 | 351 | 0 | 122 | 7 | 2 | 461 | 137 | 72 |
| Binary | 11111010 | 101100 | 11101001 | 0 | 1010010 | 111 | 10 | 100110001 | 1011111 | 111010 |
Color Harmonies of #FA2CE9
Complementary color
Monochromatic Colors of #FA2CE9
Black with #FA2CE9
Text Example
Text Example
White with #FA2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2CE9; }
p { color: rgb(250,44,233); }
H1.HeaderClassName
{
color: #FA2CE9;
}
.AnyTagClassName
{
color: #FA2CE9;
}
</style>
background-color css
<style>
a { background-color: #FA2CE9; }
a { background-color: rgb(250,44,233); }
div.DivClassName
{
background-color: #FA2CE9;
}
.BgClassName
{
background-color: #FA2CE9;
}
</style>
border-color css
<style>
span { border-color: #FA2CE9; }
span { border-color: rgb(250,44,233); }
td.TdClassName
{
border-color: #FA2CE9;
}
.TagClassName
{
border-color: #FA2CE9;
}
</style>