Shades of Razzle Dazzle Rose #FA44DC
Tints of Razzle Dazzle Rose #FA44DC
RGB
CMYK
RGB Variations
Color information
#FA44DC (or 0xFA44DC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 44 and DC. RGB value is (250,68,220). Sum of RGB (Red+Green+Blue) = 250+68+220=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 68 (26.95% from 255 or 12.64% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA44DC is #05BB23. Grayscale: #8B8B8B. Windows color (decimal): -375588 or 14435578. OLE color: 14435578.
HSL color Cylindrical-coordinate representation of color #FA44DC: hue angle of 309.89º 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 #FA44DC is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 220 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.02 |
| HSL | 309.89º | 0.95% | 0.62% | - |
| HSV(B) | 309.89º | 0.73% | 0.98% | - |
| XYZ | 54.41 | 29.63 | 70.56 | - |
| YUV | 139.75 | 173.3 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 220 | 0 | 0.73 | 0.12 | 0.02 | 309.89 | 0.95 | 0.62 |
| Hex | FA | 44 | DC | 0 | 49 | C | 2 | 136 | 5F | 3E |
| Octal | 372 | 104 | 334 | 0 | 111 | 14 | 2 | 466 | 137 | 76 |
| Binary | 11111010 | 1000100 | 11011100 | 0 | 1001001 | 1100 | 10 | 100110110 | 1011111 | 111110 |
Color Harmonies of #FA44DC
Complementary color
Monochromatic Colors of #FA44DC
Black with #FA44DC
Text Example
Text Example
White with #FA44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44DC; }
p { color: rgb(250,68,220); }
H1.HeaderClassName
{
color: #FA44DC;
}
.AnyTagClassName
{
color: #FA44DC;
}
</style>
background-color css
<style>
a { background-color: #FA44DC; }
a { background-color: rgb(250,68,220); }
div.DivClassName
{
background-color: #FA44DC;
}
.BgClassName
{
background-color: #FA44DC;
}
</style>
border-color css
<style>
span { border-color: #FA44DC; }
span { border-color: rgb(250,68,220); }
td.TdClassName
{
border-color: #FA44DC;
}
.TagClassName
{
border-color: #FA44DC;
}
</style>