Shades of Razzle Dazzle Rose #FA27EC
Tints of Razzle Dazzle Rose #FA27EC
RGB
CMYK
RGB Variations
Color information
#FA27EC (or 0xFA27EC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 27 and EC. RGB value is (250,39,236). Sum of RGB (Red+Green+Blue) = 250+39+236=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 39 (15.62% from 255 or 7.43% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA27EC is #05D813. Grayscale: #7B7B7B. Windows color (decimal): -382996 or 15476730. OLE color: 15476730.
HSL color Cylindrical-coordinate representation of color #FA27EC: hue angle of 303.98º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA27EC is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 236 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.02 |
| HSL | 303.98º | 0.95% | 0.57% | - |
| HSV(B) | 303.98º | 0.84% | 0.98% | - |
| XYZ | 55.29 | 27.83 | 81.81 | - |
| YUV | 124.55 | 190.9 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 236 | 0 | 0.84 | 0.06 | 0.02 | 303.98 | 0.95 | 0.57 |
| Hex | FA | 27 | EC | 0 | 54 | 6 | 2 | 130 | 5F | 39 |
| Octal | 372 | 47 | 354 | 0 | 124 | 6 | 2 | 460 | 137 | 71 |
| Binary | 11111010 | 100111 | 11101100 | 0 | 1010100 | 110 | 10 | 100110000 | 1011111 | 111001 |
Color Harmonies of #FA27EC
Complementary color
Monochromatic Colors of #FA27EC
Black with #FA27EC
Text Example
Text Example
White with #FA27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA27EC; }
p { color: rgb(250,39,236); }
H1.HeaderClassName
{
color: #FA27EC;
}
.AnyTagClassName
{
color: #FA27EC;
}
</style>
background-color css
<style>
a { background-color: #FA27EC; }
a { background-color: rgb(250,39,236); }
div.DivClassName
{
background-color: #FA27EC;
}
.BgClassName
{
background-color: #FA27EC;
}
</style>
border-color css
<style>
span { border-color: #FA27EC; }
span { border-color: rgb(250,39,236); }
td.TdClassName
{
border-color: #FA27EC;
}
.TagClassName
{
border-color: #FA27EC;
}
</style>