Shades of Razzle Dazzle Rose #FA2BDB
Tints of Razzle Dazzle Rose #FA2BDB
RGB
CMYK
RGB Variations
Color information
#FA2BDB (or 0xFA2BDB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2B and DB. RGB value is (250,43,219). Sum of RGB (Red+Green+Blue) = 250+43+219=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 43 (17.19% from 255 or 8.40% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2BDB is #05D424. Grayscale: #7C7C7C. Windows color (decimal): -381989 or 14363642. OLE color: 14363642.
HSL color Cylindrical-coordinate representation of color #FA2BDB: hue angle of 308.99º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2BDB is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 219 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.02 |
| HSL | 308.99º | 0.95% | 0.57% | - |
| HSV(B) | 308.99º | 0.83% | 0.98% | - |
| XYZ | 53.07 | 27.17 | 69.46 | - |
| YUV | 124.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 219 | 0 | 0.83 | 0.12 | 0.02 | 308.99 | 0.95 | 0.57 |
| Hex | FA | 2B | DB | 0 | 53 | C | 2 | 135 | 5F | 39 |
| Octal | 372 | 53 | 333 | 0 | 123 | 14 | 2 | 465 | 137 | 71 |
| Binary | 11111010 | 101011 | 11011011 | 0 | 1010011 | 1100 | 10 | 100110101 | 1011111 | 111001 |
Color Harmonies of #FA2BDB
Complementary color
Monochromatic Colors of #FA2BDB
Black with #FA2BDB
Text Example
Text Example
White with #FA2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BDB; }
p { color: rgb(250,43,219); }
H1.HeaderClassName
{
color: #FA2BDB;
}
.AnyTagClassName
{
color: #FA2BDB;
}
</style>
background-color css
<style>
a { background-color: #FA2BDB; }
a { background-color: rgb(250,43,219); }
div.DivClassName
{
background-color: #FA2BDB;
}
.BgClassName
{
background-color: #FA2BDB;
}
</style>
border-color css
<style>
span { border-color: #FA2BDB; }
span { border-color: rgb(250,43,219); }
td.TdClassName
{
border-color: #FA2BDB;
}
.TagClassName
{
border-color: #FA2BDB;
}
</style>