Shades of Razzle Dazzle Rose #FA2EC3
Tints of Razzle Dazzle Rose #FA2EC3
RGB
CMYK
RGB Variations
Color information
#FA2EC3 (or 0xFA2EC3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and C3. RGB value is (250,46,195). Sum of RGB (Red+Green+Blue) = 250+46+195=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2EC3 is #05D13C. Grayscale: #7B7B7B. Windows color (decimal): -381245 or 12791546. OLE color: 12791546.
HSL color Cylindrical-coordinate representation of color #FA2EC3: hue angle of 316.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2EC3 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 195 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.02 |
| HSL | 316.18º | 0.95% | 0.58% | - |
| HSV(B) | 316.18º | 0.82% | 0.98% | - |
| XYZ | 50.25 | 26.22 | 54.04 | - |
| YUV | 123.98 | 168.09 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 195 | 0 | 0.82 | 0.22 | 0.02 | 316.18 | 0.95 | 0.58 |
| Hex | FA | 2E | C3 | 0 | 52 | 16 | 2 | 13C | 5F | 3A |
| Octal | 372 | 56 | 303 | 0 | 122 | 26 | 2 | 474 | 137 | 72 |
| Binary | 11111010 | 101110 | 11000011 | 0 | 1010010 | 10110 | 10 | 100111100 | 1011111 | 111010 |
Color Harmonies of #FA2EC3
Complementary color
Monochromatic Colors of #FA2EC3
Black with #FA2EC3
Text Example
Text Example
White with #FA2EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EC3; }
p { color: rgb(250,46,195); }
H1.HeaderClassName
{
color: #FA2EC3;
}
.AnyTagClassName
{
color: #FA2EC3;
}
</style>
background-color css
<style>
a { background-color: #FA2EC3; }
a { background-color: rgb(250,46,195); }
div.DivClassName
{
background-color: #FA2EC3;
}
.BgClassName
{
background-color: #FA2EC3;
}
</style>
border-color css
<style>
span { border-color: #FA2EC3; }
span { border-color: rgb(250,46,195); }
td.TdClassName
{
border-color: #FA2EC3;
}
.TagClassName
{
border-color: #FA2EC3;
}
</style>