Shades of Razzle Dazzle Rose #FA32BF
Tints of Razzle Dazzle Rose #FA32BF
RGB
CMYK
RGB Variations
Color information
#FA32BF (or 0xFA32BF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and BF. RGB value is (250,50,191). Sum of RGB (Red+Green+Blue) = 250+50+191=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA32BF is #05CD40. Grayscale: #7D7D7D. Windows color (decimal): -380225 or 12530426. OLE color: 12530426.
HSL color Cylindrical-coordinate representation of color #FA32BF: hue angle of 317.7º 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 #FA32BF is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 191 | - |
| CMYK | 0 | 0.8 | 0.24 | 0.02 |
| HSL | 317.7º | 0.95% | 0.59% | - |
| HSV(B) | 317.7º | 0.8% | 0.98% | - |
| XYZ | 49.97 | 26.37 | 51.75 | - |
| YUV | 125.87 | 164.76 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 191 | 0 | 0.8 | 0.24 | 0.02 | 317.7 | 0.95 | 0.59 |
| Hex | FA | 32 | BF | 0 | 50 | 18 | 2 | 13E | 5F | 3B |
| Octal | 372 | 62 | 277 | 0 | 120 | 30 | 2 | 476 | 137 | 73 |
| Binary | 11111010 | 110010 | 10111111 | 0 | 1010000 | 11000 | 10 | 100111110 | 1011111 | 111011 |
Color Harmonies of #FA32BF
Complementary color
Monochromatic Colors of #FA32BF
Black with #FA32BF
Text Example
Text Example
White with #FA32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32BF; }
p { color: rgb(250,50,191); }
H1.HeaderClassName
{
color: #FA32BF;
}
.AnyTagClassName
{
color: #FA32BF;
}
</style>
background-color css
<style>
a { background-color: #FA32BF; }
a { background-color: rgb(250,50,191); }
div.DivClassName
{
background-color: #FA32BF;
}
.BgClassName
{
background-color: #FA32BF;
}
</style>
border-color css
<style>
span { border-color: #FA32BF; }
span { border-color: rgb(250,50,191); }
td.TdClassName
{
border-color: #FA32BF;
}
.TagClassName
{
border-color: #FA32BF;
}
</style>