Shades of Razzle Dazzle Rose #FB2AF2
Tints of Razzle Dazzle Rose #FB2AF2
RGB
CMYK
RGB Variations
Color information
#FB2AF2 (or 0xFB2AF2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and F2. RGB value is (251,42,242). Sum of RGB (Red+Green+Blue) = 251+42+242=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 42 (16.80% from 255 or 7.85% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2AF2 is #04D50D. Grayscale: #7E7E7E. Windows color (decimal): -316686 or 15870715. OLE color: 15870715.
HSL color Cylindrical-coordinate representation of color #FB2AF2: hue angle of 302.58º 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 #FB2AF2 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 242 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.02 |
| HSL | 302.58º | 0.96% | 0.57% | - |
| HSV(B) | 302.58º | 0.83% | 0.98% | - |
| XYZ | 56.64 | 28.58 | 86.53 | - |
| YUV | 127.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 242 | 0 | 0.83 | 0.04 | 0.02 | 302.58 | 0.96 | 0.57 |
| Hex | FB | 2A | F2 | 0 | 53 | 4 | 2 | 12F | 60 | 39 |
| Octal | 373 | 52 | 362 | 0 | 123 | 4 | 2 | 457 | 140 | 71 |
| Binary | 11111011 | 101010 | 11110010 | 0 | 1010011 | 100 | 10 | 100101111 | 1100000 | 111001 |
Color Harmonies of #FB2AF2
Complementary color
Monochromatic Colors of #FB2AF2
Black with #FB2AF2
Text Example
Text Example
White with #FB2AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2AF2; }
p { color: rgb(251,42,242); }
H1.HeaderClassName
{
color: #FB2AF2;
}
.AnyTagClassName
{
color: #FB2AF2;
}
</style>
background-color css
<style>
a { background-color: #FB2AF2; }
a { background-color: rgb(251,42,242); }
div.DivClassName
{
background-color: #FB2AF2;
}
.BgClassName
{
background-color: #FB2AF2;
}
</style>
border-color css
<style>
span { border-color: #FB2AF2; }
span { border-color: rgb(251,42,242); }
td.TdClassName
{
border-color: #FB2AF2;
}
.TagClassName
{
border-color: #FB2AF2;
}
</style>