Shades of Razzle Dazzle Rose #FA1ED2
Tints of Razzle Dazzle Rose #FA1ED2
RGB
CMYK
RGB Variations
Color information
#FA1ED2 (or 0xFA1ED2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and D2. RGB value is (250,30,210). Sum of RGB (Red+Green+Blue) = 250+30+210=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ED2 is #05E12D. Grayscale: #737373. Windows color (decimal): -385326 or 13770490. OLE color: 13770490.
HSL color Cylindrical-coordinate representation of color #FA1ED2: hue angle of 310.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 #FA1ED2 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 210 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.02 |
| HSL | 310.91º | 0.96% | 0.55% | - |
| HSV(B) | 310.91º | 0.88% | 0.98% | - |
| XYZ | 51.52 | 25.91 | 63.26 | - |
| YUV | 116.3 | 180.89 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 210 | 0 | 0.88 | 0.16 | 0.02 | 310.91 | 0.96 | 0.55 |
| Hex | FA | 1E | D2 | 0 | 58 | 10 | 2 | 137 | 60 | 37 |
| Octal | 372 | 36 | 322 | 0 | 130 | 20 | 2 | 467 | 140 | 67 |
| Binary | 11111010 | 11110 | 11010010 | 0 | 1011000 | 10000 | 10 | 100110111 | 1100000 | 110111 |
Color Harmonies of #FA1ED2
Complementary color
Monochromatic Colors of #FA1ED2
Black with #FA1ED2
Text Example
Text Example
White with #FA1ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1ED2; }
p { color: rgb(250,30,210); }
H1.HeaderClassName
{
color: #FA1ED2;
}
.AnyTagClassName
{
color: #FA1ED2;
}
</style>
background-color css
<style>
a { background-color: #FA1ED2; }
a { background-color: rgb(250,30,210); }
div.DivClassName
{
background-color: #FA1ED2;
}
.BgClassName
{
background-color: #FA1ED2;
}
</style>
border-color css
<style>
span { border-color: #FA1ED2; }
span { border-color: rgb(250,30,210); }
td.TdClassName
{
border-color: #FA1ED2;
}
.TagClassName
{
border-color: #FA1ED2;
}
</style>