Shades of Razzle Dazzle Rose #FA1DDB
Tints of Razzle Dazzle Rose #FA1DDB
RGB
CMYK
RGB Variations
Color information
#FA1DDB (or 0xFA1DDB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1D and DB. RGB value is (250,29,219). Sum of RGB (Red+Green+Blue) = 250+29+219=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 29 (11.72% from 255 or 5.82% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DDB is #05E224. Grayscale: #747474. Windows color (decimal): -385573 or 14360058. OLE color: 14360058.
HSL color Cylindrical-coordinate representation of color #FA1DDB: hue angle of 308.42º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1DDB is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 219 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.02 |
| HSL | 308.42º | 0.96% | 0.55% | - |
| HSV(B) | 308.42º | 0.88% | 0.98% | - |
| XYZ | 52.65 | 26.32 | 69.32 | - |
| YUV | 116.74 | 185.72 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 219 | 0 | 0.88 | 0.12 | 0.02 | 308.42 | 0.96 | 0.55 |
| Hex | FA | 1D | DB | 0 | 58 | C | 2 | 134 | 60 | 37 |
| Octal | 372 | 35 | 333 | 0 | 130 | 14 | 2 | 464 | 140 | 67 |
| Binary | 11111010 | 11101 | 11011011 | 0 | 1011000 | 1100 | 10 | 100110100 | 1100000 | 110111 |
Color Harmonies of #FA1DDB
Complementary color
Monochromatic Colors of #FA1DDB
Black with #FA1DDB
Text Example
Text Example
White with #FA1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DDB; }
p { color: rgb(250,29,219); }
H1.HeaderClassName
{
color: #FA1DDB;
}
.AnyTagClassName
{
color: #FA1DDB;
}
</style>
background-color css
<style>
a { background-color: #FA1DDB; }
a { background-color: rgb(250,29,219); }
div.DivClassName
{
background-color: #FA1DDB;
}
.BgClassName
{
background-color: #FA1DDB;
}
</style>
border-color css
<style>
span { border-color: #FA1DDB; }
span { border-color: rgb(250,29,219); }
td.TdClassName
{
border-color: #FA1DDB;
}
.TagClassName
{
border-color: #FA1DDB;
}
</style>