Shades of Razzle Dazzle Rose #FA4ADB
Tints of Razzle Dazzle Rose #FA4ADB
RGB
CMYK
RGB Variations
Color information
#FA4ADB (or 0xFA4ADB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4A and DB. RGB value is (250,74,219). Sum of RGB (Red+Green+Blue) = 250+74+219=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4ADB is #05B524. Grayscale: #8E8E8E. Windows color (decimal): -374053 or 14371578. OLE color: 14371578.
HSL color Cylindrical-coordinate representation of color #FA4ADB: hue angle of 310.57º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4ADB is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 219 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.02 |
| HSL | 310.57º | 0.95% | 0.64% | - |
| HSV(B) | 310.57º | 0.7% | 0.98% | - |
| XYZ | 54.66 | 30.34 | 69.99 | - |
| YUV | 143.15 | 170.81 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 219 | 0 | 0.70 | 0.12 | 0.02 | 310.57 | 0.95 | 0.64 |
| Hex | FA | 4A | DB | 0 | 46 | C | 2 | 137 | 5F | 40 |
| Octal | 372 | 112 | 333 | 0 | 106 | 14 | 2 | 467 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11011011 | 0 | 1000110 | 1100 | 10 | 100110111 | 1011111 | 1000000 |
Color Harmonies of #FA4ADB
Complementary color
Monochromatic Colors of #FA4ADB
Black with #FA4ADB
Text Example
Text Example
White with #FA4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4ADB; }
p { color: rgb(250,74,219); }
H1.HeaderClassName
{
color: #FA4ADB;
}
.AnyTagClassName
{
color: #FA4ADB;
}
</style>
background-color css
<style>
a { background-color: #FA4ADB; }
a { background-color: rgb(250,74,219); }
div.DivClassName
{
background-color: #FA4ADB;
}
.BgClassName
{
background-color: #FA4ADB;
}
</style>
border-color css
<style>
span { border-color: #FA4ADB; }
span { border-color: rgb(250,74,219); }
td.TdClassName
{
border-color: #FA4ADB;
}
.TagClassName
{
border-color: #FA4ADB;
}
</style>