Shades of Razzle Dazzle Rose #FA2CEA
Tints of Razzle Dazzle Rose #FA2CEA
RGB
CMYK
RGB Variations
Color information
#FA2CEA (or 0xFA2CEA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2C and EA. RGB value is (250,44,234). Sum of RGB (Red+Green+Blue) = 250+44+234=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 44 (17.58% from 255 or 8.33% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2CEA is #05D315. Grayscale: #7E7E7E. Windows color (decimal): -381718 or 15346938. OLE color: 15346938.
HSL color Cylindrical-coordinate representation of color #FA2CEA: hue angle of 304.66º 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 #FA2CEA is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 234 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.02 |
| HSL | 304.66º | 0.95% | 0.58% | - |
| HSV(B) | 304.66º | 0.82% | 0.98% | - |
| XYZ | 55.18 | 28.07 | 80.35 | - |
| YUV | 127.25 | 188.25 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 234 | 0 | 0.82 | 0.06 | 0.02 | 304.66 | 0.95 | 0.58 |
| Hex | FA | 2C | EA | 0 | 52 | 6 | 2 | 131 | 5F | 3A |
| Octal | 372 | 54 | 352 | 0 | 122 | 6 | 2 | 461 | 137 | 72 |
| Binary | 11111010 | 101100 | 11101010 | 0 | 1010010 | 110 | 10 | 100110001 | 1011111 | 111010 |
Color Harmonies of #FA2CEA
Complementary color
Monochromatic Colors of #FA2CEA
Black with #FA2CEA
Text Example
Text Example
White with #FA2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2CEA; }
p { color: rgb(250,44,234); }
H1.HeaderClassName
{
color: #FA2CEA;
}
.AnyTagClassName
{
color: #FA2CEA;
}
</style>
background-color css
<style>
a { background-color: #FA2CEA; }
a { background-color: rgb(250,44,234); }
div.DivClassName
{
background-color: #FA2CEA;
}
.BgClassName
{
background-color: #FA2CEA;
}
</style>
border-color css
<style>
span { border-color: #FA2CEA; }
span { border-color: rgb(250,44,234); }
td.TdClassName
{
border-color: #FA2CEA;
}
.TagClassName
{
border-color: #FA2CEA;
}
</style>