Shades of Razzle Dazzle Rose #FA2ADB
Tints of Razzle Dazzle Rose #FA2ADB
RGB
CMYK
RGB Variations
Color information
#FA2ADB (or 0xFA2ADB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and DB. RGB value is (250,42,219). Sum of RGB (Red+Green+Blue) = 250+42+219=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 42 (16.80% from 255 or 8.22% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2ADB is #05D524. Grayscale: #7B7B7B. Windows color (decimal): -382245 or 14363386. OLE color: 14363386.
HSL color Cylindrical-coordinate representation of color #FA2ADB: hue angle of 308.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2ADB is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 219 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.02 |
| HSL | 308.94º | 0.95% | 0.57% | - |
| HSV(B) | 308.94º | 0.83% | 0.98% | - |
| XYZ | 53.04 | 27.09 | 69.45 | - |
| YUV | 124.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 219 | 0 | 0.83 | 0.12 | 0.02 | 308.94 | 0.95 | 0.57 |
| Hex | FA | 2A | DB | 0 | 53 | C | 2 | 135 | 5F | 39 |
| Octal | 372 | 52 | 333 | 0 | 123 | 14 | 2 | 465 | 137 | 71 |
| Binary | 11111010 | 101010 | 11011011 | 0 | 1010011 | 1100 | 10 | 100110101 | 1011111 | 111001 |
Color Harmonies of #FA2ADB
Complementary color
Monochromatic Colors of #FA2ADB
Black with #FA2ADB
Text Example
Text Example
White with #FA2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2ADB; }
p { color: rgb(250,42,219); }
H1.HeaderClassName
{
color: #FA2ADB;
}
.AnyTagClassName
{
color: #FA2ADB;
}
</style>
background-color css
<style>
a { background-color: #FA2ADB; }
a { background-color: rgb(250,42,219); }
div.DivClassName
{
background-color: #FA2ADB;
}
.BgClassName
{
background-color: #FA2ADB;
}
</style>
border-color css
<style>
span { border-color: #FA2ADB; }
span { border-color: rgb(250,42,219); }
td.TdClassName
{
border-color: #FA2ADB;
}
.TagClassName
{
border-color: #FA2ADB;
}
</style>