Shades of Razzle Dazzle Rose #FA2DEC
Tints of Razzle Dazzle Rose #FA2DEC
RGB
CMYK
RGB Variations
Color information
#FA2DEC (or 0xFA2DEC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and EC. RGB value is (250,45,236). Sum of RGB (Red+Green+Blue) = 250+45+236=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 45 (17.97% from 255 or 8.47% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2DEC is #05D213. Grayscale: #7F7F7F. Windows color (decimal): -381460 or 15478266. OLE color: 15478266.
HSL color Cylindrical-coordinate representation of color #FA2DEC: hue angle of 304.1º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DEC is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 236 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.02 |
| HSL | 304.1º | 0.95% | 0.58% | - |
| HSV(B) | 304.1º | 0.82% | 0.98% | - |
| XYZ | 55.5 | 28.26 | 81.89 | - |
| YUV | 128.07 | 188.92 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 236 | 0 | 0.82 | 0.06 | 0.02 | 304.1 | 0.95 | 0.58 |
| Hex | FA | 2D | EC | 0 | 52 | 6 | 2 | 130 | 5F | 3A |
| Octal | 372 | 55 | 354 | 0 | 122 | 6 | 2 | 460 | 137 | 72 |
| Binary | 11111010 | 101101 | 11101100 | 0 | 1010010 | 110 | 10 | 100110000 | 1011111 | 111010 |
Color Harmonies of #FA2DEC
Complementary color
Monochromatic Colors of #FA2DEC
Black with #FA2DEC
Text Example
Text Example
White with #FA2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DEC; }
p { color: rgb(250,45,236); }
H1.HeaderClassName
{
color: #FA2DEC;
}
.AnyTagClassName
{
color: #FA2DEC;
}
</style>
background-color css
<style>
a { background-color: #FA2DEC; }
a { background-color: rgb(250,45,236); }
div.DivClassName
{
background-color: #FA2DEC;
}
.BgClassName
{
background-color: #FA2DEC;
}
</style>
border-color css
<style>
span { border-color: #FA2DEC; }
span { border-color: rgb(250,45,236); }
td.TdClassName
{
border-color: #FA2DEC;
}
.TagClassName
{
border-color: #FA2DEC;
}
</style>