Shades of Razzle Dazzle Rose #FA40EC
Tints of Razzle Dazzle Rose #FA40EC
RGB
CMYK
RGB Variations
Color information
#FA40EC (or 0xFA40EC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and EC. RGB value is (250,64,236). Sum of RGB (Red+Green+Blue) = 250+64+236=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 64 (25.39% from 255 or 11.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA40EC is #05BF13. Grayscale: #8A8A8A. Windows color (decimal): -376596 or 15483130. OLE color: 15483130.
HSL color Cylindrical-coordinate representation of color #FA40EC: hue angle of 304.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA40EC is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 236 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.02 |
| HSL | 304.52º | 0.95% | 0.62% | - |
| HSV(B) | 304.52º | 0.74% | 0.98% | - |
| XYZ | 56.4 | 30.05 | 82.18 | - |
| YUV | 139.22 | 182.62 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 236 | 0 | 0.74 | 0.06 | 0.02 | 304.52 | 0.95 | 0.62 |
| Hex | FA | 40 | EC | 0 | 4A | 6 | 2 | 131 | 5F | 3E |
| Octal | 372 | 100 | 354 | 0 | 112 | 6 | 2 | 461 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11101100 | 0 | 1001010 | 110 | 10 | 100110001 | 1011111 | 111110 |
Color Harmonies of #FA40EC
Complementary color
Monochromatic Colors of #FA40EC
Black with #FA40EC
Text Example
Text Example
White with #FA40EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40EC; }
p { color: rgb(250,64,236); }
H1.HeaderClassName
{
color: #FA40EC;
}
.AnyTagClassName
{
color: #FA40EC;
}
</style>
background-color css
<style>
a { background-color: #FA40EC; }
a { background-color: rgb(250,64,236); }
div.DivClassName
{
background-color: #FA40EC;
}
.BgClassName
{
background-color: #FA40EC;
}
</style>
border-color css
<style>
span { border-color: #FA40EC; }
span { border-color: rgb(250,64,236); }
td.TdClassName
{
border-color: #FA40EC;
}
.TagClassName
{
border-color: #FA40EC;
}
</style>