Shades of Razzle Dazzle Rose #FA45DB
Tints of Razzle Dazzle Rose #FA45DB
RGB
CMYK
RGB Variations
Color information
#FA45DB (or 0xFA45DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 45 and DB. RGB value is (250,69,219). Sum of RGB (Red+Green+Blue) = 250+69+219=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 69 (27.34% from 255 or 12.83% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA45DB is #05BA24. Grayscale: #8B8B8B. Windows color (decimal): -375333 or 14370298. OLE color: 14370298.
HSL color Cylindrical-coordinate representation of color #FA45DB: hue angle of 310.28º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA45DB is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 219 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.02 |
| HSL | 310.28º | 0.95% | 0.63% | - |
| HSV(B) | 310.28º | 0.72% | 0.98% | - |
| XYZ | 54.34 | 29.69 | 69.89 | - |
| YUV | 140.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 219 | 0 | 0.72 | 0.12 | 0.02 | 310.28 | 0.95 | 0.63 |
| Hex | FA | 45 | DB | 0 | 48 | C | 2 | 136 | 5F | 3F |
| Octal | 372 | 105 | 333 | 0 | 110 | 14 | 2 | 466 | 137 | 77 |
| Binary | 11111010 | 1000101 | 11011011 | 0 | 1001000 | 1100 | 10 | 100110110 | 1011111 | 111111 |
Color Harmonies of #FA45DB
Complementary color
Monochromatic Colors of #FA45DB
Black with #FA45DB
Text Example
Text Example
White with #FA45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA45DB; }
p { color: rgb(250,69,219); }
H1.HeaderClassName
{
color: #FA45DB;
}
.AnyTagClassName
{
color: #FA45DB;
}
</style>
background-color css
<style>
a { background-color: #FA45DB; }
a { background-color: rgb(250,69,219); }
div.DivClassName
{
background-color: #FA45DB;
}
.BgClassName
{
background-color: #FA45DB;
}
</style>
border-color css
<style>
span { border-color: #FA45DB; }
span { border-color: rgb(250,69,219); }
td.TdClassName
{
border-color: #FA45DB;
}
.TagClassName
{
border-color: #FA45DB;
}
</style>