Shades of Razzle Dazzle Rose #FA2BEA
Tints of Razzle Dazzle Rose #FA2BEA
RGB
CMYK
RGB Variations
Color information
#FA2BEA (or 0xFA2BEA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2B and EA. RGB value is (250,43,234). Sum of RGB (Red+Green+Blue) = 250+43+234=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 43 (17.19% from 255 or 8.16% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2BEA is #05D415. Grayscale: #7E7E7E. Windows color (decimal): -381974 or 15346682. OLE color: 15346682.
HSL color Cylindrical-coordinate representation of color #FA2BEA: hue angle of 304.64º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2BEA is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 234 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.02 |
| HSL | 304.64º | 0.95% | 0.57% | - |
| HSV(B) | 304.64º | 0.83% | 0.98% | - |
| XYZ | 55.14 | 27.99 | 80.34 | - |
| YUV | 126.67 | 188.58 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 234 | 0 | 0.83 | 0.06 | 0.02 | 304.64 | 0.95 | 0.57 |
| Hex | FA | 2B | EA | 0 | 53 | 6 | 2 | 131 | 5F | 39 |
| Octal | 372 | 53 | 352 | 0 | 123 | 6 | 2 | 461 | 137 | 71 |
| Binary | 11111010 | 101011 | 11101010 | 0 | 1010011 | 110 | 10 | 100110001 | 1011111 | 111001 |
Color Harmonies of #FA2BEA
Complementary color
Monochromatic Colors of #FA2BEA
Black with #FA2BEA
Text Example
Text Example
White with #FA2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BEA; }
p { color: rgb(250,43,234); }
H1.HeaderClassName
{
color: #FA2BEA;
}
.AnyTagClassName
{
color: #FA2BEA;
}
</style>
background-color css
<style>
a { background-color: #FA2BEA; }
a { background-color: rgb(250,43,234); }
div.DivClassName
{
background-color: #FA2BEA;
}
.BgClassName
{
background-color: #FA2BEA;
}
</style>
border-color css
<style>
span { border-color: #FA2BEA; }
span { border-color: rgb(250,43,234); }
td.TdClassName
{
border-color: #FA2BEA;
}
.TagClassName
{
border-color: #FA2BEA;
}
</style>