Shades of Razzle Dazzle Rose #FA37EC
Tints of Razzle Dazzle Rose #FA37EC
RGB
CMYK
RGB Variations
Color information
#FA37EC (or 0xFA37EC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 37 and EC. RGB value is (250,55,236). Sum of RGB (Red+Green+Blue) = 250+55+236=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 55 (21.88% from 255 or 10.17% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA37EC is #05C813. Grayscale: #858585. Windows color (decimal): -378900 or 15480826. OLE color: 15480826.
HSL color Cylindrical-coordinate representation of color #FA37EC: hue angle of 304.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA37EC is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 236 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.02 |
| HSL | 304.31º | 0.95% | 0.6% | - |
| HSV(B) | 304.31º | 0.78% | 0.98% | - |
| XYZ | 55.93 | 29.11 | 82.03 | - |
| YUV | 133.94 | 185.6 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 236 | 0 | 0.78 | 0.06 | 0.02 | 304.31 | 0.95 | 0.6 |
| Hex | FA | 37 | EC | 0 | 4E | 6 | 2 | 130 | 5F | 3C |
| Octal | 372 | 67 | 354 | 0 | 116 | 6 | 2 | 460 | 137 | 74 |
| Binary | 11111010 | 110111 | 11101100 | 0 | 1001110 | 110 | 10 | 100110000 | 1011111 | 111100 |
Color Harmonies of #FA37EC
Complementary color
Monochromatic Colors of #FA37EC
Black with #FA37EC
Text Example
Text Example
White with #FA37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA37EC; }
p { color: rgb(250,55,236); }
H1.HeaderClassName
{
color: #FA37EC;
}
.AnyTagClassName
{
color: #FA37EC;
}
</style>
background-color css
<style>
a { background-color: #FA37EC; }
a { background-color: rgb(250,55,236); }
div.DivClassName
{
background-color: #FA37EC;
}
.BgClassName
{
background-color: #FA37EC;
}
</style>
border-color css
<style>
span { border-color: #FA37EC; }
span { border-color: rgb(250,55,236); }
td.TdClassName
{
border-color: #FA37EC;
}
.TagClassName
{
border-color: #FA37EC;
}
</style>