Shades of Razzle Dazzle Rose #FA32CB
Tints of Razzle Dazzle Rose #FA32CB
RGB
CMYK
RGB Variations
Color information
#FA32CB (or 0xFA32CB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and CB. RGB value is (250,50,203). Sum of RGB (Red+Green+Blue) = 250+50+203=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA32CB is #05CD34. Grayscale: #7E7E7E. Windows color (decimal): -380213 or 13316858. OLE color: 13316858.
HSL color Cylindrical-coordinate representation of color #FA32CB: hue angle of 314.1º 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 #FA32CB is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 203 | - |
| CMYK | 0 | 0.8 | 0.19 | 0.02 |
| HSL | 314.1º | 0.95% | 0.59% | - |
| HSV(B) | 314.1º | 0.8% | 0.98% | - |
| XYZ | 51.34 | 26.92 | 58.99 | - |
| YUV | 127.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 203 | 0 | 0.8 | 0.19 | 0.02 | 314.1 | 0.95 | 0.59 |
| Hex | FA | 32 | CB | 0 | 50 | 13 | 2 | 13A | 5F | 3B |
| Octal | 372 | 62 | 313 | 0 | 120 | 23 | 2 | 472 | 137 | 73 |
| Binary | 11111010 | 110010 | 11001011 | 0 | 1010000 | 10011 | 10 | 100111010 | 1011111 | 111011 |
Color Harmonies of #FA32CB
Complementary color
Monochromatic Colors of #FA32CB
Black with #FA32CB
Text Example
Text Example
White with #FA32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32CB; }
p { color: rgb(250,50,203); }
H1.HeaderClassName
{
color: #FA32CB;
}
.AnyTagClassName
{
color: #FA32CB;
}
</style>
background-color css
<style>
a { background-color: #FA32CB; }
a { background-color: rgb(250,50,203); }
div.DivClassName
{
background-color: #FA32CB;
}
.BgClassName
{
background-color: #FA32CB;
}
</style>
border-color css
<style>
span { border-color: #FA32CB; }
span { border-color: rgb(250,50,203); }
td.TdClassName
{
border-color: #FA32CB;
}
.TagClassName
{
border-color: #FA32CB;
}
</style>