Shades of Razzle Dazzle Rose #FB39D2
Tints of Razzle Dazzle Rose #FB39D2
RGB
CMYK
RGB Variations
Color information
#FB39D2 (or 0xFB39D2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 39 and D2. RGB value is (251,57,210). Sum of RGB (Red+Green+Blue) = 251+57+210=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 57 (22.66% from 255 or 11.00% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB39D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB39D2 is #04C62D. Grayscale: #848484. Windows color (decimal): -312878 or 13777403. OLE color: 13777403.
HSL color Cylindrical-coordinate representation of color #FB39D2: hue angle of 312.68º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB39D2 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 210 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.02 |
| HSL | 312.68º | 0.96% | 0.6% | - |
| HSV(B) | 312.68º | 0.77% | 0.98% | - |
| XYZ | 52.88 | 28.09 | 63.61 | - |
| YUV | 132.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 210 | 0 | 0.77 | 0.16 | 0.02 | 312.68 | 0.96 | 0.6 |
| Hex | FB | 39 | D2 | 0 | 4D | 10 | 2 | 139 | 60 | 3C |
| Octal | 373 | 71 | 322 | 0 | 115 | 20 | 2 | 471 | 140 | 74 |
| Binary | 11111011 | 111001 | 11010010 | 0 | 1001101 | 10000 | 10 | 100111001 | 1100000 | 111100 |
Color Harmonies of #FB39D2
Complementary color
Monochromatic Colors of #FB39D2
Black with #FB39D2
Text Example
Text Example
White with #FB39D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB39D2; }
p { color: rgb(251,57,210); }
H1.HeaderClassName
{
color: #FB39D2;
}
.AnyTagClassName
{
color: #FB39D2;
}
</style>
background-color css
<style>
a { background-color: #FB39D2; }
a { background-color: rgb(251,57,210); }
div.DivClassName
{
background-color: #FB39D2;
}
.BgClassName
{
background-color: #FB39D2;
}
</style>
border-color css
<style>
span { border-color: #FB39D2; }
span { border-color: rgb(251,57,210); }
td.TdClassName
{
border-color: #FB39D2;
}
.TagClassName
{
border-color: #FB39D2;
}
</style>