Shades of Razzle Dazzle Rose #FA2DBA
Tints of Razzle Dazzle Rose #FA2DBA
RGB
CMYK
RGB Variations
Color information
#FA2DBA (or 0xFA2DBA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and BA. RGB value is (250,45,186). Sum of RGB (Red+Green+Blue) = 250+45+186=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DBA is #05D245. Grayscale: #7A7A7A. Windows color (decimal): -381510 or 12201466. OLE color: 12201466.
HSL color Cylindrical-coordinate representation of color #FA2DBA: hue angle of 318.73º 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 #FA2DBA is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 186 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.02 |
| HSL | 318.73º | 0.95% | 0.58% | - |
| HSV(B) | 318.73º | 0.82% | 0.98% | - |
| XYZ | 49.23 | 25.75 | 48.83 | - |
| YUV | 122.37 | 163.92 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 186 | 0 | 0.82 | 0.26 | 0.02 | 318.73 | 0.95 | 0.58 |
| Hex | FA | 2D | BA | 0 | 52 | 1A | 2 | 13F | 5F | 3A |
| Octal | 372 | 55 | 272 | 0 | 122 | 32 | 2 | 477 | 137 | 72 |
| Binary | 11111010 | 101101 | 10111010 | 0 | 1010010 | 11010 | 10 | 100111111 | 1011111 | 111010 |
Color Harmonies of #FA2DBA
Complementary color
Monochromatic Colors of #FA2DBA
Black with #FA2DBA
Text Example
Text Example
White with #FA2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DBA; }
p { color: rgb(250,45,186); }
H1.HeaderClassName
{
color: #FA2DBA;
}
.AnyTagClassName
{
color: #FA2DBA;
}
</style>
background-color css
<style>
a { background-color: #FA2DBA; }
a { background-color: rgb(250,45,186); }
div.DivClassName
{
background-color: #FA2DBA;
}
.BgClassName
{
background-color: #FA2DBA;
}
</style>
border-color css
<style>
span { border-color: #FA2DBA; }
span { border-color: rgb(250,45,186); }
td.TdClassName
{
border-color: #FA2DBA;
}
.TagClassName
{
border-color: #FA2DBA;
}
</style>