Shades of Razzle Dazzle Rose #FA3EC0
Tints of Razzle Dazzle Rose #FA3EC0
RGB
CMYK
RGB Variations
Color information
#FA3EC0 (or 0xFA3EC0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3E and C0. RGB value is (250,62,192). Sum of RGB (Red+Green+Blue) = 250+62+192=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3EC0 is #05C13F. Grayscale: #848484. Windows color (decimal): -377152 or 12599034. OLE color: 12599034.
HSL color Cylindrical-coordinate representation of color #FA3EC0: hue angle of 318.51º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3EC0 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 192 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.02 |
| HSL | 318.51º | 0.95% | 0.61% | - |
| HSV(B) | 318.51º | 0.75% | 0.98% | - |
| XYZ | 50.66 | 27.58 | 52.52 | - |
| YUV | 133.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 192 | 0 | 0.75 | 0.23 | 0.02 | 318.51 | 0.95 | 0.61 |
| Hex | FA | 3E | C0 | 0 | 4B | 17 | 2 | 13F | 5F | 3D |
| Octal | 372 | 76 | 300 | 0 | 113 | 27 | 2 | 477 | 137 | 75 |
| Binary | 11111010 | 111110 | 11000000 | 0 | 1001011 | 10111 | 10 | 100111111 | 1011111 | 111101 |
Color Harmonies of #FA3EC0
Complementary color
Monochromatic Colors of #FA3EC0
Black with #FA3EC0
Text Example
Text Example
White with #FA3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3EC0; }
p { color: rgb(250,62,192); }
H1.HeaderClassName
{
color: #FA3EC0;
}
.AnyTagClassName
{
color: #FA3EC0;
}
</style>
background-color css
<style>
a { background-color: #FA3EC0; }
a { background-color: rgb(250,62,192); }
div.DivClassName
{
background-color: #FA3EC0;
}
.BgClassName
{
background-color: #FA3EC0;
}
</style>
border-color css
<style>
span { border-color: #FA3EC0; }
span { border-color: rgb(250,62,192); }
td.TdClassName
{
border-color: #FA3EC0;
}
.TagClassName
{
border-color: #FA3EC0;
}
</style>