Shades of Razzle Dazzle Rose #FA29DB
Tints of Razzle Dazzle Rose #FA29DB
RGB
CMYK
RGB Variations
Color information
#FA29DB (or 0xFA29DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and DB. RGB value is (250,41,219). Sum of RGB (Red+Green+Blue) = 250+41+219=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29DB is #05D624. Grayscale: #7B7B7B. Windows color (decimal): -382501 or 14363130. OLE color: 14363130.
HSL color Cylindrical-coordinate representation of color #FA29DB: hue angle of 308.9º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA29DB is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 219 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.02 |
| HSL | 308.9º | 0.95% | 0.57% | - |
| HSV(B) | 308.9º | 0.84% | 0.98% | - |
| XYZ | 53 | 27.02 | 69.44 | - |
| YUV | 123.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 219 | 0 | 0.84 | 0.12 | 0.02 | 308.9 | 0.95 | 0.57 |
| Hex | FA | 29 | DB | 0 | 54 | C | 2 | 135 | 5F | 39 |
| Octal | 372 | 51 | 333 | 0 | 124 | 14 | 2 | 465 | 137 | 71 |
| Binary | 11111010 | 101001 | 11011011 | 0 | 1010100 | 1100 | 10 | 100110101 | 1011111 | 111001 |
Color Harmonies of #FA29DB
Complementary color
Monochromatic Colors of #FA29DB
Black with #FA29DB
Text Example
Text Example
White with #FA29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29DB; }
p { color: rgb(250,41,219); }
H1.HeaderClassName
{
color: #FA29DB;
}
.AnyTagClassName
{
color: #FA29DB;
}
</style>
background-color css
<style>
a { background-color: #FA29DB; }
a { background-color: rgb(250,41,219); }
div.DivClassName
{
background-color: #FA29DB;
}
.BgClassName
{
background-color: #FA29DB;
}
</style>
border-color css
<style>
span { border-color: #FA29DB; }
span { border-color: rgb(250,41,219); }
td.TdClassName
{
border-color: #FA29DB;
}
.TagClassName
{
border-color: #FA29DB;
}
</style>