Shades of Razzle Dazzle Rose #FA20DB
Tints of Razzle Dazzle Rose #FA20DB
RGB
CMYK
RGB Variations
Color information
#FA20DB (or 0xFA20DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 20 and DB. RGB value is (250,32,219). Sum of RGB (Red+Green+Blue) = 250+32+219=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20DB is #05DF24. Grayscale: #757575. Windows color (decimal): -384805 or 14360826. OLE color: 14360826.
HSL color Cylindrical-coordinate representation of color #FA20DB: hue angle of 308.53º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20DB is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.02 |
| HSL | 308.53º | 0.96% | 0.55% | - |
| HSV(B) | 308.53º | 0.87% | 0.98% | - |
| XYZ | 52.73 | 26.47 | 69.35 | - |
| YUV | 118.5 | 184.72 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 219 | 0 | 0.87 | 0.12 | 0.02 | 308.53 | 0.96 | 0.55 |
| Hex | FA | 20 | DB | 0 | 57 | C | 2 | 135 | 60 | 37 |
| Octal | 372 | 40 | 333 | 0 | 127 | 14 | 2 | 465 | 140 | 67 |
| Binary | 11111010 | 100000 | 11011011 | 0 | 1010111 | 1100 | 10 | 100110101 | 1100000 | 110111 |
Color Harmonies of #FA20DB
Complementary color
Monochromatic Colors of #FA20DB
Black with #FA20DB
Text Example
Text Example
White with #FA20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20DB; }
p { color: rgb(250,32,219); }
H1.HeaderClassName
{
color: #FA20DB;
}
.AnyTagClassName
{
color: #FA20DB;
}
</style>
background-color css
<style>
a { background-color: #FA20DB; }
a { background-color: rgb(250,32,219); }
div.DivClassName
{
background-color: #FA20DB;
}
.BgClassName
{
background-color: #FA20DB;
}
</style>
border-color css
<style>
span { border-color: #FA20DB; }
span { border-color: rgb(250,32,219); }
td.TdClassName
{
border-color: #FA20DB;
}
.TagClassName
{
border-color: #FA20DB;
}
</style>