Shades of Razzle Dazzle Rose #FB2AD3
Tints of Razzle Dazzle Rose #FB2AD3
RGB
CMYK
RGB Variations
Color information
#FB2AD3 (or 0xFB2AD3) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and D3. RGB value is (251,42,211). Sum of RGB (Red+Green+Blue) = 251+42+211=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 42 (16.80% from 255 or 8.33% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2AD3 is #04D52C. Grayscale: #7B7B7B. Windows color (decimal): -316717 or 13839099. OLE color: 13839099.
HSL color Cylindrical-coordinate representation of color #FB2AD3: hue angle of 311.48º 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 #FB2AD3 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 211 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.02 |
| HSL | 311.48º | 0.96% | 0.57% | - |
| HSV(B) | 311.48º | 0.83% | 0.98% | - |
| XYZ | 52.37 | 26.87 | 64.05 | - |
| YUV | 123.76 | 177.24 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 211 | 0 | 0.83 | 0.16 | 0.02 | 311.48 | 0.96 | 0.57 |
| Hex | FB | 2A | D3 | 0 | 53 | 10 | 2 | 137 | 60 | 39 |
| Octal | 373 | 52 | 323 | 0 | 123 | 20 | 2 | 467 | 140 | 71 |
| Binary | 11111011 | 101010 | 11010011 | 0 | 1010011 | 10000 | 10 | 100110111 | 1100000 | 111001 |
Color Harmonies of #FB2AD3
Complementary color
Monochromatic Colors of #FB2AD3
Black with #FB2AD3
Text Example
Text Example
White with #FB2AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2AD3; }
p { color: rgb(251,42,211); }
H1.HeaderClassName
{
color: #FB2AD3;
}
.AnyTagClassName
{
color: #FB2AD3;
}
</style>
background-color css
<style>
a { background-color: #FB2AD3; }
a { background-color: rgb(251,42,211); }
div.DivClassName
{
background-color: #FB2AD3;
}
.BgClassName
{
background-color: #FB2AD3;
}
</style>
border-color css
<style>
span { border-color: #FB2AD3; }
span { border-color: rgb(251,42,211); }
td.TdClassName
{
border-color: #FB2AD3;
}
.TagClassName
{
border-color: #FB2AD3;
}
</style>