Shades of Razzle Dazzle Rose #FA1EDD
Tints of Razzle Dazzle Rose #FA1EDD
RGB
CMYK
RGB Variations
Color information
#FA1EDD (or 0xFA1EDD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and DD. RGB value is (250,30,221). Sum of RGB (Red+Green+Blue) = 250+30+221=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 30 (12.11% from 255 or 5.99% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EDD is #05E122. Grayscale: #757575. Windows color (decimal): -385315 or 14491386. OLE color: 14491386.
HSL color Cylindrical-coordinate representation of color #FA1EDD: hue angle of 307.91º 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 #FA1EDD is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 221 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.02 |
| HSL | 307.91º | 0.96% | 0.55% | - |
| HSV(B) | 307.91º | 0.88% | 0.98% | - |
| XYZ | 52.94 | 26.47 | 70.73 | - |
| YUV | 117.55 | 186.39 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 221 | 0 | 0.88 | 0.12 | 0.02 | 307.91 | 0.96 | 0.55 |
| Hex | FA | 1E | DD | 0 | 58 | C | 2 | 134 | 60 | 37 |
| Octal | 372 | 36 | 335 | 0 | 130 | 14 | 2 | 464 | 140 | 67 |
| Binary | 11111010 | 11110 | 11011101 | 0 | 1011000 | 1100 | 10 | 100110100 | 1100000 | 110111 |
Color Harmonies of #FA1EDD
Complementary color
Monochromatic Colors of #FA1EDD
Black with #FA1EDD
Text Example
Text Example
White with #FA1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EDD; }
p { color: rgb(250,30,221); }
H1.HeaderClassName
{
color: #FA1EDD;
}
.AnyTagClassName
{
color: #FA1EDD;
}
</style>
background-color css
<style>
a { background-color: #FA1EDD; }
a { background-color: rgb(250,30,221); }
div.DivClassName
{
background-color: #FA1EDD;
}
.BgClassName
{
background-color: #FA1EDD;
}
</style>
border-color css
<style>
span { border-color: #FA1EDD; }
span { border-color: rgb(250,30,221); }
td.TdClassName
{
border-color: #FA1EDD;
}
.TagClassName
{
border-color: #FA1EDD;
}
</style>