Shades of Razzle Dazzle Rose #FA2FDB
Tints of Razzle Dazzle Rose #FA2FDB
RGB
CMYK
RGB Variations
Color information
#FA2FDB (or 0xFA2FDB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and DB. RGB value is (250,47,219). Sum of RGB (Red+Green+Blue) = 250+47+219=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 47 (18.75% from 255 or 9.11% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2FDB is #05D024. Grayscale: #7E7E7E. Windows color (decimal): -380965 or 14364666. OLE color: 14364666.
HSL color Cylindrical-coordinate representation of color #FA2FDB: hue angle of 309.16º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FDB is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 219 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.02 |
| HSL | 309.16º | 0.95% | 0.58% | - |
| HSV(B) | 309.16º | 0.81% | 0.98% | - |
| XYZ | 53.23 | 27.47 | 69.51 | - |
| YUV | 127.31 | 179.75 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 219 | 0 | 0.81 | 0.12 | 0.02 | 309.16 | 0.95 | 0.58 |
| Hex | FA | 2F | DB | 0 | 51 | C | 2 | 135 | 5F | 3A |
| Octal | 372 | 57 | 333 | 0 | 121 | 14 | 2 | 465 | 137 | 72 |
| Binary | 11111010 | 101111 | 11011011 | 0 | 1010001 | 1100 | 10 | 100110101 | 1011111 | 111010 |
Color Harmonies of #FA2FDB
Complementary color
Monochromatic Colors of #FA2FDB
Black with #FA2FDB
Text Example
Text Example
White with #FA2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FDB; }
p { color: rgb(250,47,219); }
H1.HeaderClassName
{
color: #FA2FDB;
}
.AnyTagClassName
{
color: #FA2FDB;
}
</style>
background-color css
<style>
a { background-color: #FA2FDB; }
a { background-color: rgb(250,47,219); }
div.DivClassName
{
background-color: #FA2FDB;
}
.BgClassName
{
background-color: #FA2FDB;
}
</style>
border-color css
<style>
span { border-color: #FA2FDB; }
span { border-color: rgb(250,47,219); }
td.TdClassName
{
border-color: #FA2FDB;
}
.TagClassName
{
border-color: #FA2FDB;
}
</style>