Shades of Razzle Dazzle Rose #FA32CC
Tints of Razzle Dazzle Rose #FA32CC
RGB
CMYK
RGB Variations
Color information
#FA32CC (or 0xFA32CC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and CC. RGB value is (250,50,204). Sum of RGB (Red+Green+Blue) = 250+50+204=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA32CC is #05CD33. Grayscale: #7E7E7E. Windows color (decimal): -380212 or 13382394. OLE color: 13382394.
HSL color Cylindrical-coordinate representation of color #FA32CC: hue angle of 313.8º 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 #FA32CC is Cyan = 0, Magento = 0.8, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 204 | - |
| CMYK | 0 | 0.8 | 0.18 | 0.02 |
| HSL | 313.8º | 0.95% | 0.59% | - |
| HSV(B) | 313.8º | 0.8% | 0.98% | - |
| XYZ | 51.46 | 26.96 | 59.62 | - |
| YUV | 127.36 | 171.26 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 204 | 0 | 0.8 | 0.18 | 0.02 | 313.8 | 0.95 | 0.59 |
| Hex | FA | 32 | CC | 0 | 50 | 12 | 2 | 13A | 5F | 3B |
| Octal | 372 | 62 | 314 | 0 | 120 | 22 | 2 | 472 | 137 | 73 |
| Binary | 11111010 | 110010 | 11001100 | 0 | 1010000 | 10010 | 10 | 100111010 | 1011111 | 111011 |
Color Harmonies of #FA32CC
Complementary color
Monochromatic Colors of #FA32CC
Black with #FA32CC
Text Example
Text Example
White with #FA32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32CC; }
p { color: rgb(250,50,204); }
H1.HeaderClassName
{
color: #FA32CC;
}
.AnyTagClassName
{
color: #FA32CC;
}
</style>
background-color css
<style>
a { background-color: #FA32CC; }
a { background-color: rgb(250,50,204); }
div.DivClassName
{
background-color: #FA32CC;
}
.BgClassName
{
background-color: #FA32CC;
}
</style>
border-color css
<style>
span { border-color: #FA32CC; }
span { border-color: rgb(250,50,204); }
td.TdClassName
{
border-color: #FA32CC;
}
.TagClassName
{
border-color: #FA32CC;
}
</style>