Shades of Razzle Dazzle Rose #FA1DDF
Tints of Razzle Dazzle Rose #FA1DDF
RGB
CMYK
RGB Variations
Color information
#FA1DDF (or 0xFA1DDF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1D and DF. RGB value is (250,29,223). Sum of RGB (Red+Green+Blue) = 250+29+223=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DDF is #05E220. Grayscale: #747474. Windows color (decimal): -385569 or 14622202. OLE color: 14622202.
HSL color Cylindrical-coordinate representation of color #FA1DDF: hue angle of 307.33º 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 #FA1DDF is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 223 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.02 |
| HSL | 307.33º | 0.96% | 0.55% | - |
| HSV(B) | 307.33º | 0.88% | 0.98% | - |
| XYZ | 53.18 | 26.53 | 72.13 | - |
| YUV | 117.2 | 187.72 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 223 | 0 | 0.88 | 0.11 | 0.02 | 307.33 | 0.96 | 0.55 |
| Hex | FA | 1D | DF | 0 | 58 | B | 2 | 133 | 60 | 37 |
| Octal | 372 | 35 | 337 | 0 | 130 | 13 | 2 | 463 | 140 | 67 |
| Binary | 11111010 | 11101 | 11011111 | 0 | 1011000 | 1011 | 10 | 100110011 | 1100000 | 110111 |
Color Harmonies of #FA1DDF
Complementary color
Monochromatic Colors of #FA1DDF
Black with #FA1DDF
Text Example
Text Example
White with #FA1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DDF; }
p { color: rgb(250,29,223); }
H1.HeaderClassName
{
color: #FA1DDF;
}
.AnyTagClassName
{
color: #FA1DDF;
}
</style>
background-color css
<style>
a { background-color: #FA1DDF; }
a { background-color: rgb(250,29,223); }
div.DivClassName
{
background-color: #FA1DDF;
}
.BgClassName
{
background-color: #FA1DDF;
}
</style>
border-color css
<style>
span { border-color: #FA1DDF; }
span { border-color: rgb(250,29,223); }
td.TdClassName
{
border-color: #FA1DDF;
}
.TagClassName
{
border-color: #FA1DDF;
}
</style>