Shades of Razzle Dazzle Rose #FA1FDC
Tints of Razzle Dazzle Rose #FA1FDC
RGB
CMYK
RGB Variations
Color information
#FA1FDC (or 0xFA1FDC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1F and DC. RGB value is (250,31,220). Sum of RGB (Red+Green+Blue) = 250+31+220=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 31 (12.5% from 255 or 6.19% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1FDC is #05E023. Grayscale: #757575. Windows color (decimal): -385060 or 14426106. OLE color: 14426106.
HSL color Cylindrical-coordinate representation of color #FA1FDC: hue angle of 308.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FDC is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 220 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.02 |
| HSL | 308.22º | 0.96% | 0.55% | - |
| HSV(B) | 308.22º | 0.88% | 0.98% | - |
| XYZ | 52.83 | 26.47 | 70.04 | - |
| YUV | 118.03 | 185.55 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 220 | 0 | 0.88 | 0.12 | 0.02 | 308.22 | 0.96 | 0.55 |
| Hex | FA | 1F | DC | 0 | 58 | C | 2 | 134 | 60 | 37 |
| Octal | 372 | 37 | 334 | 0 | 130 | 14 | 2 | 464 | 140 | 67 |
| Binary | 11111010 | 11111 | 11011100 | 0 | 1011000 | 1100 | 10 | 100110100 | 1100000 | 110111 |
Color Harmonies of #FA1FDC
Complementary color
Monochromatic Colors of #FA1FDC
Black with #FA1FDC
Text Example
Text Example
White with #FA1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FDC; }
p { color: rgb(250,31,220); }
H1.HeaderClassName
{
color: #FA1FDC;
}
.AnyTagClassName
{
color: #FA1FDC;
}
</style>
background-color css
<style>
a { background-color: #FA1FDC; }
a { background-color: rgb(250,31,220); }
div.DivClassName
{
background-color: #FA1FDC;
}
.BgClassName
{
background-color: #FA1FDC;
}
</style>
border-color css
<style>
span { border-color: #FA1FDC; }
span { border-color: rgb(250,31,220); }
td.TdClassName
{
border-color: #FA1FDC;
}
.TagClassName
{
border-color: #FA1FDC;
}
</style>