Shades of Razzle Dazzle Rose #FA48DB
Tints of Razzle Dazzle Rose #FA48DB
RGB
CMYK
RGB Variations
Color information
#FA48DB (or 0xFA48DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 48 and DB. RGB value is (250,72,219). Sum of RGB (Red+Green+Blue) = 250+72+219=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 72 (28.52% from 255 or 13.31% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA48DB is #05B724. Grayscale: #8D8D8D. Windows color (decimal): -374565 or 14371066. OLE color: 14371066.
HSL color Cylindrical-coordinate representation of color #FA48DB: hue angle of 310.45º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA48DB is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 219 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.02 |
| HSL | 310.45º | 0.95% | 0.63% | - |
| HSV(B) | 310.45º | 0.71% | 0.98% | - |
| XYZ | 54.53 | 30.07 | 69.95 | - |
| YUV | 141.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 219 | 0 | 0.71 | 0.12 | 0.02 | 310.45 | 0.95 | 0.63 |
| Hex | FA | 48 | DB | 0 | 47 | C | 2 | 136 | 5F | 3F |
| Octal | 372 | 110 | 333 | 0 | 107 | 14 | 2 | 466 | 137 | 77 |
| Binary | 11111010 | 1001000 | 11011011 | 0 | 1000111 | 1100 | 10 | 100110110 | 1011111 | 111111 |
Color Harmonies of #FA48DB
Complementary color
Monochromatic Colors of #FA48DB
Black with #FA48DB
Text Example
Text Example
White with #FA48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA48DB; }
p { color: rgb(250,72,219); }
H1.HeaderClassName
{
color: #FA48DB;
}
.AnyTagClassName
{
color: #FA48DB;
}
</style>
background-color css
<style>
a { background-color: #FA48DB; }
a { background-color: rgb(250,72,219); }
div.DivClassName
{
background-color: #FA48DB;
}
.BgClassName
{
background-color: #FA48DB;
}
</style>
border-color css
<style>
span { border-color: #FA48DB; }
span { border-color: rgb(250,72,219); }
td.TdClassName
{
border-color: #FA48DB;
}
.TagClassName
{
border-color: #FA48DB;
}
</style>