Shades of Razzle Dazzle Rose #FA32D0
Tints of Razzle Dazzle Rose #FA32D0
RGB
CMYK
RGB Variations
Color information
#FA32D0 (or 0xFA32D0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and D0. RGB value is (250,50,208). Sum of RGB (Red+Green+Blue) = 250+50+208=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 50 (19.92% from 255 or 9.84% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA32D0 is #05CD2F. Grayscale: #7F7F7F. Windows color (decimal): -380208 or 13644538. OLE color: 13644538.
HSL color Cylindrical-coordinate representation of color #FA32D0: hue angle of 312.6º 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 #FA32D0 is Cyan = 0, Magento = 0.8, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 208 | - |
| CMYK | 0 | 0.8 | 0.17 | 0.02 |
| HSL | 312.6º | 0.95% | 0.59% | - |
| HSV(B) | 312.6º | 0.8% | 0.98% | - |
| XYZ | 51.95 | 27.16 | 62.18 | - |
| YUV | 127.81 | 173.26 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 208 | 0 | 0.8 | 0.17 | 0.02 | 312.6 | 0.95 | 0.59 |
| Hex | FA | 32 | D0 | 0 | 50 | 11 | 2 | 139 | 5F | 3B |
| Octal | 372 | 62 | 320 | 0 | 120 | 21 | 2 | 471 | 137 | 73 |
| Binary | 11111010 | 110010 | 11010000 | 0 | 1010000 | 10001 | 10 | 100111001 | 1011111 | 111011 |
Color Harmonies of #FA32D0
Complementary color
Monochromatic Colors of #FA32D0
Black with #FA32D0
Text Example
Text Example
White with #FA32D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32D0; }
p { color: rgb(250,50,208); }
H1.HeaderClassName
{
color: #FA32D0;
}
.AnyTagClassName
{
color: #FA32D0;
}
</style>
background-color css
<style>
a { background-color: #FA32D0; }
a { background-color: rgb(250,50,208); }
div.DivClassName
{
background-color: #FA32D0;
}
.BgClassName
{
background-color: #FA32D0;
}
</style>
border-color css
<style>
span { border-color: #FA32D0; }
span { border-color: rgb(250,50,208); }
td.TdClassName
{
border-color: #FA32D0;
}
.TagClassName
{
border-color: #FA32D0;
}
</style>