Shades of Razzle Dazzle Rose #FB2AD2
Tints of Razzle Dazzle Rose #FB2AD2
RGB
CMYK
RGB Variations
Color information
#FB2AD2 (or 0xFB2AD2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and D2. RGB value is (251,42,210). Sum of RGB (Red+Green+Blue) = 251+42+210=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2AD2 is #04D52D. Grayscale: #7B7B7B. Windows color (decimal): -316718 or 13773563. OLE color: 13773563.
HSL color Cylindrical-coordinate representation of color #FB2AD2: hue angle of 311.77º 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 #FB2AD2 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 210 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.02 |
| HSL | 311.77º | 0.96% | 0.57% | - |
| HSV(B) | 311.77º | 0.83% | 0.98% | - |
| XYZ | 52.24 | 26.82 | 63.4 | - |
| YUV | 123.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 210 | 0 | 0.83 | 0.16 | 0.02 | 311.77 | 0.96 | 0.57 |
| Hex | FB | 2A | D2 | 0 | 53 | 10 | 2 | 138 | 60 | 39 |
| Octal | 373 | 52 | 322 | 0 | 123 | 20 | 2 | 470 | 140 | 71 |
| Binary | 11111011 | 101010 | 11010010 | 0 | 1010011 | 10000 | 10 | 100111000 | 1100000 | 111001 |
Color Harmonies of #FB2AD2
Complementary color
Monochromatic Colors of #FB2AD2
Black with #FB2AD2
Text Example
Text Example
White with #FB2AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2AD2; }
p { color: rgb(251,42,210); }
H1.HeaderClassName
{
color: #FB2AD2;
}
.AnyTagClassName
{
color: #FB2AD2;
}
</style>
background-color css
<style>
a { background-color: #FB2AD2; }
a { background-color: rgb(251,42,210); }
div.DivClassName
{
background-color: #FB2AD2;
}
.BgClassName
{
background-color: #FB2AD2;
}
</style>
border-color css
<style>
span { border-color: #FB2AD2; }
span { border-color: rgb(251,42,210); }
td.TdClassName
{
border-color: #FB2AD2;
}
.TagClassName
{
border-color: #FB2AD2;
}
</style>