Shades of Razzle Dazzle Rose #FA43DB
Tints of Razzle Dazzle Rose #FA43DB
RGB
CMYK
RGB Variations
Color information
#FA43DB (or 0xFA43DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 43 and DB. RGB value is (250,67,219). Sum of RGB (Red+Green+Blue) = 250+67+219=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 67 (26.56% from 255 or 12.5% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA43DB is #05BC24. Grayscale: #8A8A8A. Windows color (decimal): -375845 or 14369786. OLE color: 14369786.
HSL color Cylindrical-coordinate representation of color #FA43DB: hue angle of 310.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA43DB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 219 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.02 |
| HSL | 310.16º | 0.95% | 0.62% | - |
| HSV(B) | 310.16º | 0.73% | 0.98% | - |
| XYZ | 54.22 | 29.45 | 69.85 | - |
| YUV | 139.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 219 | 0 | 0.73 | 0.12 | 0.02 | 310.16 | 0.95 | 0.62 |
| Hex | FA | 43 | DB | 0 | 49 | C | 2 | 136 | 5F | 3E |
| Octal | 372 | 103 | 333 | 0 | 111 | 14 | 2 | 466 | 137 | 76 |
| Binary | 11111010 | 1000011 | 11011011 | 0 | 1001001 | 1100 | 10 | 100110110 | 1011111 | 111110 |
Color Harmonies of #FA43DB
Complementary color
Monochromatic Colors of #FA43DB
Black with #FA43DB
Text Example
Text Example
White with #FA43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA43DB; }
p { color: rgb(250,67,219); }
H1.HeaderClassName
{
color: #FA43DB;
}
.AnyTagClassName
{
color: #FA43DB;
}
</style>
background-color css
<style>
a { background-color: #FA43DB; }
a { background-color: rgb(250,67,219); }
div.DivClassName
{
background-color: #FA43DB;
}
.BgClassName
{
background-color: #FA43DB;
}
</style>
border-color css
<style>
span { border-color: #FA43DB; }
span { border-color: rgb(250,67,219); }
td.TdClassName
{
border-color: #FA43DB;
}
.TagClassName
{
border-color: #FA43DB;
}
</style>