Shades of Razzle Dazzle Rose #FA32C8
Tints of Razzle Dazzle Rose #FA32C8
RGB
CMYK
RGB Variations
Color information
#FA32C8 (or 0xFA32C8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and C8. RGB value is (250,50,200). Sum of RGB (Red+Green+Blue) = 250+50+200=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA32C8 is #05CD37. Grayscale: #7E7E7E. Windows color (decimal): -380216 or 13120250. OLE color: 13120250.
HSL color Cylindrical-coordinate representation of color #FA32C8: hue angle of 315º 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 #FA32C8 is Cyan = 0, Magento = 0.8, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 200 | - |
| CMYK | 0 | 0.8 | 0.2 | 0.02 |
| HSL | 315º | 0.95% | 0.59% | - |
| HSV(B) | 315º | 0.8% | 0.98% | - |
| XYZ | 50.99 | 26.78 | 57.12 | - |
| YUV | 126.9 | 169.26 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 200 | 0 | 0.8 | 0.2 | 0.02 | 315 | 0.95 | 0.59 |
| Hex | FA | 32 | C8 | 0 | 50 | 14 | 2 | 13B | 5F | 3B |
| Octal | 372 | 62 | 310 | 0 | 120 | 24 | 2 | 473 | 137 | 73 |
| Binary | 11111010 | 110010 | 11001000 | 0 | 1010000 | 10100 | 10 | 100111011 | 1011111 | 111011 |
Color Harmonies of #FA32C8
Complementary color
Monochromatic Colors of #FA32C8
Black with #FA32C8
Text Example
Text Example
White with #FA32C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32C8; }
p { color: rgb(250,50,200); }
H1.HeaderClassName
{
color: #FA32C8;
}
.AnyTagClassName
{
color: #FA32C8;
}
</style>
background-color css
<style>
a { background-color: #FA32C8; }
a { background-color: rgb(250,50,200); }
div.DivClassName
{
background-color: #FA32C8;
}
.BgClassName
{
background-color: #FA32C8;
}
</style>
border-color css
<style>
span { border-color: #FA32C8; }
span { border-color: rgb(250,50,200); }
td.TdClassName
{
border-color: #FA32C8;
}
.TagClassName
{
border-color: #FA32C8;
}
</style>