Shades of Razzle Dazzle Rose #FA37DB
Tints of Razzle Dazzle Rose #FA37DB
RGB
CMYK
RGB Variations
Color information
#FA37DB (or 0xFA37DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 37 and DB. RGB value is (250,55,219). Sum of RGB (Red+Green+Blue) = 250+55+219=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 55 (21.88% from 255 or 10.50% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37DB is #05C824. Grayscale: #838383. Windows color (decimal): -378917 or 14366714. OLE color: 14366714.
HSL color Cylindrical-coordinate representation of color #FA37DB: hue angle of 309.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA37DB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 219 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.02 |
| HSL | 309.54º | 0.95% | 0.6% | - |
| HSV(B) | 309.54º | 0.78% | 0.98% | - |
| XYZ | 53.58 | 28.17 | 69.63 | - |
| YUV | 132 | 177.1 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 219 | 0 | 0.78 | 0.12 | 0.02 | 309.54 | 0.95 | 0.6 |
| Hex | FA | 37 | DB | 0 | 4E | C | 2 | 136 | 5F | 3C |
| Octal | 372 | 67 | 333 | 0 | 116 | 14 | 2 | 466 | 137 | 74 |
| Binary | 11111010 | 110111 | 11011011 | 0 | 1001110 | 1100 | 10 | 100110110 | 1011111 | 111100 |
Color Harmonies of #FA37DB
Complementary color
Monochromatic Colors of #FA37DB
Black with #FA37DB
Text Example
Text Example
White with #FA37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37DB; }
p { color: rgb(250,55,219); }
H1.HeaderClassName
{
color: #FA37DB;
}
.AnyTagClassName
{
color: #FA37DB;
}
</style>
background-color css
<style>
a { background-color: #FA37DB; }
a { background-color: rgb(250,55,219); }
div.DivClassName
{
background-color: #FA37DB;
}
.BgClassName
{
background-color: #FA37DB;
}
</style>
border-color css
<style>
span { border-color: #FA37DB; }
span { border-color: rgb(250,55,219); }
td.TdClassName
{
border-color: #FA37DB;
}
.TagClassName
{
border-color: #FA37DB;
}
</style>