Shades of Razzle Dazzle Rose #FA3DB6
Tints of Razzle Dazzle Rose #FA3DB6
RGB
CMYK
RGB Variations
Color information
#FA3DB6 (or 0xFA3DB6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3D and B6. RGB value is (250,61,182). Sum of RGB (Red+Green+Blue) = 250+61+182=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3DB6 is #05C249. Grayscale: #838383. Windows color (decimal): -377418 or 11943418. OLE color: 11943418.
HSL color Cylindrical-coordinate representation of color #FA3DB6: hue angle of 321.59º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3DB6 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 182 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.02 |
| HSL | 321.59º | 0.95% | 0.61% | - |
| HSV(B) | 321.59º | 0.76% | 0.98% | - |
| XYZ | 49.54 | 27.04 | 46.86 | - |
| YUV | 131.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 182 | 0 | 0.76 | 0.27 | 0.02 | 321.59 | 0.95 | 0.61 |
| Hex | FA | 3D | B6 | 0 | 4C | 1B | 2 | 142 | 5F | 3D |
| Octal | 372 | 75 | 266 | 0 | 114 | 33 | 2 | 502 | 137 | 75 |
| Binary | 11111010 | 111101 | 10110110 | 0 | 1001100 | 11011 | 10 | 101000010 | 1011111 | 111101 |
Color Harmonies of #FA3DB6
Complementary color
Monochromatic Colors of #FA3DB6
Black with #FA3DB6
Text Example
Text Example
White with #FA3DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DB6; }
p { color: rgb(250,61,182); }
H1.HeaderClassName
{
color: #FA3DB6;
}
.AnyTagClassName
{
color: #FA3DB6;
}
</style>
background-color css
<style>
a { background-color: #FA3DB6; }
a { background-color: rgb(250,61,182); }
div.DivClassName
{
background-color: #FA3DB6;
}
.BgClassName
{
background-color: #FA3DB6;
}
</style>
border-color css
<style>
span { border-color: #FA3DB6; }
span { border-color: rgb(250,61,182); }
td.TdClassName
{
border-color: #FA3DB6;
}
.TagClassName
{
border-color: #FA3DB6;
}
</style>