Shades of Razzle Dazzle Rose #FA2FEC
Tints of Razzle Dazzle Rose #FA2FEC
RGB
CMYK
RGB Variations
Color information
#FA2FEC (or 0xFA2FEC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and EC. RGB value is (250,47,236). Sum of RGB (Red+Green+Blue) = 250+47+236=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 47 (18.75% from 255 or 8.82% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FEC is #05D013. Grayscale: #808080. Windows color (decimal): -380948 or 15478778. OLE color: 15478778.
HSL color Cylindrical-coordinate representation of color #FA2FEC: hue angle of 304.14º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FEC is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 236 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.02 |
| HSL | 304.14º | 0.95% | 0.58% | - |
| HSV(B) | 304.14º | 0.81% | 0.98% | - |
| XYZ | 55.58 | 28.41 | 81.91 | - |
| YUV | 129.24 | 188.25 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 236 | 0 | 0.81 | 0.06 | 0.02 | 304.14 | 0.95 | 0.58 |
| Hex | FA | 2F | EC | 0 | 51 | 6 | 2 | 130 | 5F | 3A |
| Octal | 372 | 57 | 354 | 0 | 121 | 6 | 2 | 460 | 137 | 72 |
| Binary | 11111010 | 101111 | 11101100 | 0 | 1010001 | 110 | 10 | 100110000 | 1011111 | 111010 |
Color Harmonies of #FA2FEC
Complementary color
Monochromatic Colors of #FA2FEC
Black with #FA2FEC
Text Example
Text Example
White with #FA2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FEC; }
p { color: rgb(250,47,236); }
H1.HeaderClassName
{
color: #FA2FEC;
}
.AnyTagClassName
{
color: #FA2FEC;
}
</style>
background-color css
<style>
a { background-color: #FA2FEC; }
a { background-color: rgb(250,47,236); }
div.DivClassName
{
background-color: #FA2FEC;
}
.BgClassName
{
background-color: #FA2FEC;
}
</style>
border-color css
<style>
span { border-color: #FA2FEC; }
span { border-color: rgb(250,47,236); }
td.TdClassName
{
border-color: #FA2FEC;
}
.TagClassName
{
border-color: #FA2FEC;
}
</style>