Shades of Razzle Dazzle Rose #FA1DD8
Tints of Razzle Dazzle Rose #FA1DD8
RGB
CMYK
RGB Variations
Color information
#FA1DD8 (or 0xFA1DD8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1D and D8. RGB value is (250,29,216). Sum of RGB (Red+Green+Blue) = 250+29+216=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 29 (11.72% from 255 or 5.86% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DD8 is #05E227. Grayscale: #737373. Windows color (decimal): -385576 or 14163450. OLE color: 14163450.
HSL color Cylindrical-coordinate representation of color #FA1DD8: hue angle of 309.23º 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 #FA1DD8 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 216 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.02 |
| HSL | 309.23º | 0.96% | 0.55% | - |
| HSV(B) | 309.23º | 0.88% | 0.98% | - |
| XYZ | 52.26 | 26.16 | 67.26 | - |
| YUV | 116.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 216 | 0 | 0.88 | 0.14 | 0.02 | 309.23 | 0.96 | 0.55 |
| Hex | FA | 1D | D8 | 0 | 58 | E | 2 | 135 | 60 | 37 |
| Octal | 372 | 35 | 330 | 0 | 130 | 16 | 2 | 465 | 140 | 67 |
| Binary | 11111010 | 11101 | 11011000 | 0 | 1011000 | 1110 | 10 | 100110101 | 1100000 | 110111 |
Color Harmonies of #FA1DD8
Complementary color
Monochromatic Colors of #FA1DD8
Black with #FA1DD8
Text Example
Text Example
White with #FA1DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DD8; }
p { color: rgb(250,29,216); }
H1.HeaderClassName
{
color: #FA1DD8;
}
.AnyTagClassName
{
color: #FA1DD8;
}
</style>
background-color css
<style>
a { background-color: #FA1DD8; }
a { background-color: rgb(250,29,216); }
div.DivClassName
{
background-color: #FA1DD8;
}
.BgClassName
{
background-color: #FA1DD8;
}
</style>
border-color css
<style>
span { border-color: #FA1DD8; }
span { border-color: rgb(250,29,216); }
td.TdClassName
{
border-color: #FA1DD8;
}
.TagClassName
{
border-color: #FA1DD8;
}
</style>