Shades of Razzle Dazzle Rose #FA2DDC
Tints of Razzle Dazzle Rose #FA2DDC
RGB
CMYK
RGB Variations
Color information
#FA2DDC (or 0xFA2DDC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and DC. RGB value is (250,45,220). Sum of RGB (Red+Green+Blue) = 250+45+220=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DDC is #05D223. Grayscale: #7D7D7D. Windows color (decimal): -381476 or 14429690. OLE color: 14429690.
HSL color Cylindrical-coordinate representation of color #FA2DDC: hue angle of 308.78º 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 #FA2DDC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 220 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.02 |
| HSL | 308.78º | 0.95% | 0.58% | - |
| HSV(B) | 308.78º | 0.82% | 0.98% | - |
| XYZ | 53.28 | 27.37 | 70.18 | - |
| YUV | 126.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 220 | 0 | 0.82 | 0.12 | 0.02 | 308.78 | 0.95 | 0.58 |
| Hex | FA | 2D | DC | 0 | 52 | C | 2 | 135 | 5F | 3A |
| Octal | 372 | 55 | 334 | 0 | 122 | 14 | 2 | 465 | 137 | 72 |
| Binary | 11111010 | 101101 | 11011100 | 0 | 1010010 | 1100 | 10 | 100110101 | 1011111 | 111010 |
Color Harmonies of #FA2DDC
Complementary color
Monochromatic Colors of #FA2DDC
Black with #FA2DDC
Text Example
Text Example
White with #FA2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DDC; }
p { color: rgb(250,45,220); }
H1.HeaderClassName
{
color: #FA2DDC;
}
.AnyTagClassName
{
color: #FA2DDC;
}
</style>
background-color css
<style>
a { background-color: #FA2DDC; }
a { background-color: rgb(250,45,220); }
div.DivClassName
{
background-color: #FA2DDC;
}
.BgClassName
{
background-color: #FA2DDC;
}
</style>
border-color css
<style>
span { border-color: #FA2DDC; }
span { border-color: rgb(250,45,220); }
td.TdClassName
{
border-color: #FA2DDC;
}
.TagClassName
{
border-color: #FA2DDC;
}
</style>