Shades of Razzle Dazzle Rose #FA1ED4
Tints of Razzle Dazzle Rose #FA1ED4
RGB
CMYK
RGB Variations
Color information
#FA1ED4 (or 0xFA1ED4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1E and D4. RGB value is (250,30,212). Sum of RGB (Red+Green+Blue) = 250+30+212=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ED4 is #05E12B. Grayscale: #747474. Windows color (decimal): -385324 or 13901562. OLE color: 13901562.
HSL color Cylindrical-coordinate representation of color #FA1ED4: hue angle of 310.36º 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 #FA1ED4 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 212 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.02 |
| HSL | 310.36º | 0.96% | 0.55% | - |
| HSV(B) | 310.36º | 0.88% | 0.98% | - |
| XYZ | 51.77 | 26.01 | 64.58 | - |
| YUV | 116.53 | 181.89 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 212 | 0 | 0.88 | 0.15 | 0.02 | 310.36 | 0.96 | 0.55 |
| Hex | FA | 1E | D4 | 0 | 58 | F | 2 | 136 | 60 | 37 |
| Octal | 372 | 36 | 324 | 0 | 130 | 17 | 2 | 466 | 140 | 67 |
| Binary | 11111010 | 11110 | 11010100 | 0 | 1011000 | 1111 | 10 | 100110110 | 1100000 | 110111 |
Color Harmonies of #FA1ED4
Complementary color
Monochromatic Colors of #FA1ED4
Black with #FA1ED4
Text Example
Text Example
White with #FA1ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1ED4; }
p { color: rgb(250,30,212); }
H1.HeaderClassName
{
color: #FA1ED4;
}
.AnyTagClassName
{
color: #FA1ED4;
}
</style>
background-color css
<style>
a { background-color: #FA1ED4; }
a { background-color: rgb(250,30,212); }
div.DivClassName
{
background-color: #FA1ED4;
}
.BgClassName
{
background-color: #FA1ED4;
}
</style>
border-color css
<style>
span { border-color: #FA1ED4; }
span { border-color: rgb(250,30,212); }
td.TdClassName
{
border-color: #FA1ED4;
}
.TagClassName
{
border-color: #FA1ED4;
}
</style>