Shades of Razzle Dazzle Rose #FA3ADB
Tints of Razzle Dazzle Rose #FA3ADB
RGB
CMYK
RGB Variations
Color information
#FA3ADB (or 0xFA3ADB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3A and DB. RGB value is (250,58,219). Sum of RGB (Red+Green+Blue) = 250+58+219=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 58 (23.05% from 255 or 11.01% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3ADB is #05C524. Grayscale: #858585. Windows color (decimal): -378149 or 14367482. OLE color: 14367482.
HSL color Cylindrical-coordinate representation of color #FA3ADB: hue angle of 309.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3ADB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 219 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.02 |
| HSL | 309.69º | 0.95% | 0.6% | - |
| HSV(B) | 309.69º | 0.77% | 0.98% | - |
| XYZ | 53.72 | 28.46 | 69.68 | - |
| YUV | 133.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 219 | 0 | 0.77 | 0.12 | 0.02 | 309.69 | 0.95 | 0.6 |
| Hex | FA | 3A | DB | 0 | 4D | C | 2 | 136 | 5F | 3C |
| Octal | 372 | 72 | 333 | 0 | 115 | 14 | 2 | 466 | 137 | 74 |
| Binary | 11111010 | 111010 | 11011011 | 0 | 1001101 | 1100 | 10 | 100110110 | 1011111 | 111100 |
Color Harmonies of #FA3ADB
Complementary color
Monochromatic Colors of #FA3ADB
Black with #FA3ADB
Text Example
Text Example
White with #FA3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3ADB; }
p { color: rgb(250,58,219); }
H1.HeaderClassName
{
color: #FA3ADB;
}
.AnyTagClassName
{
color: #FA3ADB;
}
</style>
background-color css
<style>
a { background-color: #FA3ADB; }
a { background-color: rgb(250,58,219); }
div.DivClassName
{
background-color: #FA3ADB;
}
.BgClassName
{
background-color: #FA3ADB;
}
</style>
border-color css
<style>
span { border-color: #FA3ADB; }
span { border-color: rgb(250,58,219); }
td.TdClassName
{
border-color: #FA3ADB;
}
.TagClassName
{
border-color: #FA3ADB;
}
</style>