Shades of Razzle Dazzle Rose #FA2BBB
Tints of Razzle Dazzle Rose #FA2BBB
RGB
CMYK
RGB Variations
Color information
#FA2BBB (or 0xFA2BBB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2B and BB. RGB value is (250,43,187). Sum of RGB (Red+Green+Blue) = 250+43+187=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2BBB is #05D444. Grayscale: #787878. Windows color (decimal): -382021 or 12266490. OLE color: 12266490.
HSL color Cylindrical-coordinate representation of color #FA2BBB: hue angle of 318.26º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2BBB is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 187 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.02 |
| HSL | 318.26º | 0.95% | 0.57% | - |
| HSV(B) | 318.26º | 0.83% | 0.98% | - |
| XYZ | 49.26 | 25.64 | 49.37 | - |
| YUV | 121.31 | 165.08 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 187 | 0 | 0.83 | 0.25 | 0.02 | 318.26 | 0.95 | 0.57 |
| Hex | FA | 2B | BB | 0 | 53 | 19 | 2 | 13E | 5F | 39 |
| Octal | 372 | 53 | 273 | 0 | 123 | 31 | 2 | 476 | 137 | 71 |
| Binary | 11111010 | 101011 | 10111011 | 0 | 1010011 | 11001 | 10 | 100111110 | 1011111 | 111001 |
Color Harmonies of #FA2BBB
Complementary color
Monochromatic Colors of #FA2BBB
Black with #FA2BBB
Text Example
Text Example
White with #FA2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BBB; }
p { color: rgb(250,43,187); }
H1.HeaderClassName
{
color: #FA2BBB;
}
.AnyTagClassName
{
color: #FA2BBB;
}
</style>
background-color css
<style>
a { background-color: #FA2BBB; }
a { background-color: rgb(250,43,187); }
div.DivClassName
{
background-color: #FA2BBB;
}
.BgClassName
{
background-color: #FA2BBB;
}
</style>
border-color css
<style>
span { border-color: #FA2BBB; }
span { border-color: rgb(250,43,187); }
td.TdClassName
{
border-color: #FA2BBB;
}
.TagClassName
{
border-color: #FA2BBB;
}
</style>