Shades of Razzle Dazzle Rose #FA2EC8
Tints of Razzle Dazzle Rose #FA2EC8
RGB
CMYK
RGB Variations
Color information
#FA2EC8 (or 0xFA2EC8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and C8. RGB value is (250,46,200). Sum of RGB (Red+Green+Blue) = 250+46+200=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2EC8 is #05D137. Grayscale: #7C7C7C. Windows color (decimal): -381240 or 13119226. OLE color: 13119226.
HSL color Cylindrical-coordinate representation of color #FA2EC8: hue angle of 314.71º 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 #FA2EC8 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 200 | - |
| CMYK | 0 | 0.82 | 0.2 | 0.02 |
| HSL | 314.71º | 0.95% | 0.58% | - |
| HSV(B) | 314.71º | 0.82% | 0.98% | - |
| XYZ | 50.83 | 26.45 | 57.07 | - |
| YUV | 124.55 | 170.59 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 200 | 0 | 0.82 | 0.2 | 0.02 | 314.71 | 0.95 | 0.58 |
| Hex | FA | 2E | C8 | 0 | 52 | 14 | 2 | 13B | 5F | 3A |
| Octal | 372 | 56 | 310 | 0 | 122 | 24 | 2 | 473 | 137 | 72 |
| Binary | 11111010 | 101110 | 11001000 | 0 | 1010010 | 10100 | 10 | 100111011 | 1011111 | 111010 |
Color Harmonies of #FA2EC8
Complementary color
Monochromatic Colors of #FA2EC8
Black with #FA2EC8
Text Example
Text Example
White with #FA2EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EC8; }
p { color: rgb(250,46,200); }
H1.HeaderClassName
{
color: #FA2EC8;
}
.AnyTagClassName
{
color: #FA2EC8;
}
</style>
background-color css
<style>
a { background-color: #FA2EC8; }
a { background-color: rgb(250,46,200); }
div.DivClassName
{
background-color: #FA2EC8;
}
.BgClassName
{
background-color: #FA2EC8;
}
</style>
border-color css
<style>
span { border-color: #FA2EC8; }
span { border-color: rgb(250,46,200); }
td.TdClassName
{
border-color: #FA2EC8;
}
.TagClassName
{
border-color: #FA2EC8;
}
</style>