Shades of Razzle Dazzle Rose #FA1ED0
Tints of Razzle Dazzle Rose #FA1ED0
RGB
CMYK
RGB Variations
Color information
#FA1ED0 (or 0xFA1ED0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and D0. RGB value is (250,30,208). Sum of RGB (Red+Green+Blue) = 250+30+208=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ED0 is #05E12F. Grayscale: #737373. Windows color (decimal): -385328 or 13639418. OLE color: 13639418.
HSL color Cylindrical-coordinate representation of color #FA1ED0: hue angle of 311.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1ED0 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 208 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.02 |
| HSL | 311.45º | 0.96% | 0.55% | - |
| HSV(B) | 311.45º | 0.88% | 0.98% | - |
| XYZ | 51.27 | 25.81 | 61.95 | - |
| YUV | 116.07 | 179.89 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 208 | 0 | 0.88 | 0.17 | 0.02 | 311.45 | 0.96 | 0.55 |
| Hex | FA | 1E | D0 | 0 | 58 | 11 | 2 | 137 | 60 | 37 |
| Octal | 372 | 36 | 320 | 0 | 130 | 21 | 2 | 467 | 140 | 67 |
| Binary | 11111010 | 11110 | 11010000 | 0 | 1011000 | 10001 | 10 | 100110111 | 1100000 | 110111 |
Color Harmonies of #FA1ED0
Complementary color
Monochromatic Colors of #FA1ED0
Black with #FA1ED0
Text Example
Text Example
White with #FA1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1ED0; }
p { color: rgb(250,30,208); }
H1.HeaderClassName
{
color: #FA1ED0;
}
.AnyTagClassName
{
color: #FA1ED0;
}
</style>
background-color css
<style>
a { background-color: #FA1ED0; }
a { background-color: rgb(250,30,208); }
div.DivClassName
{
background-color: #FA1ED0;
}
.BgClassName
{
background-color: #FA1ED0;
}
</style>
border-color css
<style>
span { border-color: #FA1ED0; }
span { border-color: rgb(250,30,208); }
td.TdClassName
{
border-color: #FA1ED0;
}
.TagClassName
{
border-color: #FA1ED0;
}
</style>