Shades of Razzle Dazzle Rose #FA3FDB
Tints of Razzle Dazzle Rose #FA3FDB
RGB
CMYK
RGB Variations
Color information
#FA3FDB (or 0xFA3FDB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3F and DB. RGB value is (250,63,219). Sum of RGB (Red+Green+Blue) = 250+63+219=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 63 (25% from 255 or 11.84% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3FDB is #05C024. Grayscale: #888888. Windows color (decimal): -376869 or 14368762. OLE color: 14368762.
HSL color Cylindrical-coordinate representation of color #FA3FDB: hue angle of 309.95º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3FDB is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 219 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.02 |
| HSL | 309.95º | 0.95% | 0.61% | - |
| HSV(B) | 309.95º | 0.75% | 0.98% | - |
| XYZ | 53.99 | 28.99 | 69.77 | - |
| YUV | 136.7 | 174.45 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 219 | 0 | 0.75 | 0.12 | 0.02 | 309.95 | 0.95 | 0.61 |
| Hex | FA | 3F | DB | 0 | 4B | C | 2 | 136 | 5F | 3D |
| Octal | 372 | 77 | 333 | 0 | 113 | 14 | 2 | 466 | 137 | 75 |
| Binary | 11111010 | 111111 | 11011011 | 0 | 1001011 | 1100 | 10 | 100110110 | 1011111 | 111101 |
Color Harmonies of #FA3FDB
Complementary color
Monochromatic Colors of #FA3FDB
Black with #FA3FDB
Text Example
Text Example
White with #FA3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3FDB; }
p { color: rgb(250,63,219); }
H1.HeaderClassName
{
color: #FA3FDB;
}
.AnyTagClassName
{
color: #FA3FDB;
}
</style>
background-color css
<style>
a { background-color: #FA3FDB; }
a { background-color: rgb(250,63,219); }
div.DivClassName
{
background-color: #FA3FDB;
}
.BgClassName
{
background-color: #FA3FDB;
}
</style>
border-color css
<style>
span { border-color: #FA3FDB; }
span { border-color: rgb(250,63,219); }
td.TdClassName
{
border-color: #FA3FDB;
}
.TagClassName
{
border-color: #FA3FDB;
}
</style>