Shades of Razzle Dazzle Rose #FA28DB
Tints of Razzle Dazzle Rose #FA28DB
RGB
CMYK
RGB Variations
Color information
#FA28DB (or 0xFA28DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and DB. RGB value is (250,40,219). Sum of RGB (Red+Green+Blue) = 250+40+219=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 40 (16.02% from 255 or 7.86% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28DB is #05D724. Grayscale: #7A7A7A. Windows color (decimal): -382757 or 14362874. OLE color: 14362874.
HSL color Cylindrical-coordinate representation of color #FA28DB: hue angle of 308.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA28DB is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 219 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.02 |
| HSL | 308.86º | 0.95% | 0.57% | - |
| HSV(B) | 308.86º | 0.84% | 0.98% | - |
| XYZ | 52.97 | 26.96 | 69.43 | - |
| YUV | 123.2 | 182.07 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 219 | 0 | 0.84 | 0.12 | 0.02 | 308.86 | 0.95 | 0.57 |
| Hex | FA | 28 | DB | 0 | 54 | C | 2 | 135 | 5F | 39 |
| Octal | 372 | 50 | 333 | 0 | 124 | 14 | 2 | 465 | 137 | 71 |
| Binary | 11111010 | 101000 | 11011011 | 0 | 1010100 | 1100 | 10 | 100110101 | 1011111 | 111001 |
Color Harmonies of #FA28DB
Complementary color
Monochromatic Colors of #FA28DB
Black with #FA28DB
Text Example
Text Example
White with #FA28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28DB; }
p { color: rgb(250,40,219); }
H1.HeaderClassName
{
color: #FA28DB;
}
.AnyTagClassName
{
color: #FA28DB;
}
</style>
background-color css
<style>
a { background-color: #FA28DB; }
a { background-color: rgb(250,40,219); }
div.DivClassName
{
background-color: #FA28DB;
}
.BgClassName
{
background-color: #FA28DB;
}
</style>
border-color css
<style>
span { border-color: #FA28DB; }
span { border-color: rgb(250,40,219); }
td.TdClassName
{
border-color: #FA28DB;
}
.TagClassName
{
border-color: #FA28DB;
}
</style>