Shades of Razzle Dazzle Rose #FA23DB
Tints of Razzle Dazzle Rose #FA23DB
RGB
CMYK
RGB Variations
Color information
#FA23DB (or 0xFA23DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 23 and DB. RGB value is (250,35,219). Sum of RGB (Red+Green+Blue) = 250+35+219=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 35 (14.06% from 255 or 6.94% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA23DB is #05DC24. Grayscale: #777777. Windows color (decimal): -384037 or 14361594. OLE color: 14361594.
HSL color Cylindrical-coordinate representation of color #FA23DB: hue angle of 308.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA23DB is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 219 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.02 |
| HSL | 308.65º | 0.96% | 0.56% | - |
| HSV(B) | 308.65º | 0.86% | 0.98% | - |
| XYZ | 52.81 | 26.64 | 69.38 | - |
| YUV | 120.26 | 183.73 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 219 | 0 | 0.86 | 0.12 | 0.02 | 308.65 | 0.96 | 0.56 |
| Hex | FA | 23 | DB | 0 | 56 | C | 2 | 135 | 60 | 38 |
| Octal | 372 | 43 | 333 | 0 | 126 | 14 | 2 | 465 | 140 | 70 |
| Binary | 11111010 | 100011 | 11011011 | 0 | 1010110 | 1100 | 10 | 100110101 | 1100000 | 111000 |
Color Harmonies of #FA23DB
Complementary color
Monochromatic Colors of #FA23DB
Black with #FA23DB
Text Example
Text Example
White with #FA23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA23DB; }
p { color: rgb(250,35,219); }
H1.HeaderClassName
{
color: #FA23DB;
}
.AnyTagClassName
{
color: #FA23DB;
}
</style>
background-color css
<style>
a { background-color: #FA23DB; }
a { background-color: rgb(250,35,219); }
div.DivClassName
{
background-color: #FA23DB;
}
.BgClassName
{
background-color: #FA23DB;
}
</style>
border-color css
<style>
span { border-color: #FA23DB; }
span { border-color: rgb(250,35,219); }
td.TdClassName
{
border-color: #FA23DB;
}
.TagClassName
{
border-color: #FA23DB;
}
</style>