Shades of Razzle Dazzle Rose #FA44DB
Tints of Razzle Dazzle Rose #FA44DB
RGB
CMYK
RGB Variations
Color information
#FA44DB (or 0xFA44DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 44 and DB. RGB value is (250,68,219). Sum of RGB (Red+Green+Blue) = 250+68+219=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 68 (26.95% from 255 or 12.66% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA44DB is #05BB24. Grayscale: #8B8B8B. Windows color (decimal): -375589 or 14370042. OLE color: 14370042.
HSL color Cylindrical-coordinate representation of color #FA44DB: hue angle of 310.22º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44DB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 219 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.02 |
| HSL | 310.22º | 0.95% | 0.62% | - |
| HSV(B) | 310.22º | 0.73% | 0.98% | - |
| XYZ | 54.28 | 29.57 | 69.87 | - |
| YUV | 139.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 219 | 0 | 0.73 | 0.12 | 0.02 | 310.22 | 0.95 | 0.62 |
| Hex | FA | 44 | DB | 0 | 49 | C | 2 | 136 | 5F | 3E |
| Octal | 372 | 104 | 333 | 0 | 111 | 14 | 2 | 466 | 137 | 76 |
| Binary | 11111010 | 1000100 | 11011011 | 0 | 1001001 | 1100 | 10 | 100110110 | 1011111 | 111110 |
Color Harmonies of #FA44DB
Complementary color
Monochromatic Colors of #FA44DB
Black with #FA44DB
Text Example
Text Example
White with #FA44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44DB; }
p { color: rgb(250,68,219); }
H1.HeaderClassName
{
color: #FA44DB;
}
.AnyTagClassName
{
color: #FA44DB;
}
</style>
background-color css
<style>
a { background-color: #FA44DB; }
a { background-color: rgb(250,68,219); }
div.DivClassName
{
background-color: #FA44DB;
}
.BgClassName
{
background-color: #FA44DB;
}
</style>
border-color css
<style>
span { border-color: #FA44DB; }
span { border-color: rgb(250,68,219); }
td.TdClassName
{
border-color: #FA44DB;
}
.TagClassName
{
border-color: #FA44DB;
}
</style>