Shades of Razzle Dazzle Rose #FA32BE
Tints of Razzle Dazzle Rose #FA32BE
RGB
CMYK
RGB Variations
Color information
#FA32BE (or 0xFA32BE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and BE. RGB value is (250,50,190). Sum of RGB (Red+Green+Blue) = 250+50+190=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA32BE is #05CD41. Grayscale: #7D7D7D. Windows color (decimal): -380226 or 12464890. OLE color: 12464890.
HSL color Cylindrical-coordinate representation of color #FA32BE: hue angle of 318º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA32BE is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 190 | - |
| CMYK | 0 | 0.8 | 0.24 | 0.02 |
| HSL | 318º | 0.95% | 0.59% | - |
| HSV(B) | 318º | 0.8% | 0.98% | - |
| XYZ | 49.86 | 26.32 | 51.17 | - |
| YUV | 125.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 190 | 0 | 0.8 | 0.24 | 0.02 | 318 | 0.95 | 0.59 |
| Hex | FA | 32 | BE | 0 | 50 | 18 | 2 | 13E | 5F | 3B |
| Octal | 372 | 62 | 276 | 0 | 120 | 30 | 2 | 476 | 137 | 73 |
| Binary | 11111010 | 110010 | 10111110 | 0 | 1010000 | 11000 | 10 | 100111110 | 1011111 | 111011 |
Color Harmonies of #FA32BE
Complementary color
Monochromatic Colors of #FA32BE
Black with #FA32BE
Text Example
Text Example
White with #FA32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32BE; }
p { color: rgb(250,50,190); }
H1.HeaderClassName
{
color: #FA32BE;
}
.AnyTagClassName
{
color: #FA32BE;
}
</style>
background-color css
<style>
a { background-color: #FA32BE; }
a { background-color: rgb(250,50,190); }
div.DivClassName
{
background-color: #FA32BE;
}
.BgClassName
{
background-color: #FA32BE;
}
</style>
border-color css
<style>
span { border-color: #FA32BE; }
span { border-color: rgb(250,50,190); }
td.TdClassName
{
border-color: #FA32BE;
}
.TagClassName
{
border-color: #FA32BE;
}
</style>