Shades of Razzle Dazzle Rose #FB2ACE
Tints of Razzle Dazzle Rose #FB2ACE
RGB
CMYK
RGB Variations
Color information
#FB2ACE (or 0xFB2ACE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and CE. RGB value is (251,42,206). Sum of RGB (Red+Green+Blue) = 251+42+206=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2ACE is #04D531. Grayscale: #7A7A7A. Windows color (decimal): -316722 or 13511419. OLE color: 13511419.
HSL color Cylindrical-coordinate representation of color #FB2ACE: hue angle of 312.92º degrees, saturation: 0.96, 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 #FB2ACE is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 206 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.02 |
| HSL | 312.92º | 0.96% | 0.57% | - |
| HSV(B) | 312.92º | 0.83% | 0.98% | - |
| XYZ | 51.75 | 26.62 | 60.8 | - |
| YUV | 123.19 | 174.74 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 206 | 0 | 0.83 | 0.18 | 0.02 | 312.92 | 0.96 | 0.57 |
| Hex | FB | 2A | CE | 0 | 53 | 12 | 2 | 139 | 60 | 39 |
| Octal | 373 | 52 | 316 | 0 | 123 | 22 | 2 | 471 | 140 | 71 |
| Binary | 11111011 | 101010 | 11001110 | 0 | 1010011 | 10010 | 10 | 100111001 | 1100000 | 111001 |
Color Harmonies of #FB2ACE
Complementary color
Monochromatic Colors of #FB2ACE
Black with #FB2ACE
Text Example
Text Example
White with #FB2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2ACE; }
p { color: rgb(251,42,206); }
H1.HeaderClassName
{
color: #FB2ACE;
}
.AnyTagClassName
{
color: #FB2ACE;
}
</style>
background-color css
<style>
a { background-color: #FB2ACE; }
a { background-color: rgb(251,42,206); }
div.DivClassName
{
background-color: #FB2ACE;
}
.BgClassName
{
background-color: #FB2ACE;
}
</style>
border-color css
<style>
span { border-color: #FB2ACE; }
span { border-color: rgb(251,42,206); }
td.TdClassName
{
border-color: #FB2ACE;
}
.TagClassName
{
border-color: #FB2ACE;
}
</style>