Shades of Razzle Dazzle Rose #FA2DBB
Tints of Razzle Dazzle Rose #FA2DBB
RGB
CMYK
RGB Variations
Color information
#FA2DBB (or 0xFA2DBB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and BB. RGB value is (250,45,187). Sum of RGB (Red+Green+Blue) = 250+45+187=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DBB is #05D244. Grayscale: #7A7A7A. Windows color (decimal): -381509 or 12267002. OLE color: 12267002.
HSL color Cylindrical-coordinate representation of color #FA2DBB: hue angle of 318.44º 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 #FA2DBB is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 187 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.02 |
| HSL | 318.44º | 0.95% | 0.58% | - |
| HSV(B) | 318.44º | 0.82% | 0.98% | - |
| XYZ | 49.33 | 25.79 | 49.39 | - |
| YUV | 122.48 | 164.42 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 187 | 0 | 0.82 | 0.25 | 0.02 | 318.44 | 0.95 | 0.58 |
| Hex | FA | 2D | BB | 0 | 52 | 19 | 2 | 13E | 5F | 3A |
| Octal | 372 | 55 | 273 | 0 | 122 | 31 | 2 | 476 | 137 | 72 |
| Binary | 11111010 | 101101 | 10111011 | 0 | 1010010 | 11001 | 10 | 100111110 | 1011111 | 111010 |
Color Harmonies of #FA2DBB
Complementary color
Monochromatic Colors of #FA2DBB
Black with #FA2DBB
Text Example
Text Example
White with #FA2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DBB; }
p { color: rgb(250,45,187); }
H1.HeaderClassName
{
color: #FA2DBB;
}
.AnyTagClassName
{
color: #FA2DBB;
}
</style>
background-color css
<style>
a { background-color: #FA2DBB; }
a { background-color: rgb(250,45,187); }
div.DivClassName
{
background-color: #FA2DBB;
}
.BgClassName
{
background-color: #FA2DBB;
}
</style>
border-color css
<style>
span { border-color: #FA2DBB; }
span { border-color: rgb(250,45,187); }
td.TdClassName
{
border-color: #FA2DBB;
}
.TagClassName
{
border-color: #FA2DBB;
}
</style>