Shades of Razzle Dazzle Rose #FB39C0
Tints of Razzle Dazzle Rose #FB39C0
RGB
CMYK
RGB Variations
Color information
#FB39C0 (or 0xFB39C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 39 and C0. RGB value is (251,57,192). Sum of RGB (Red+Green+Blue) = 251+57+192=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB39C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB39C0 is #04C63F. Grayscale: #828282. Windows color (decimal): -312896 or 12597755. OLE color: 12597755.
HSL color Cylindrical-coordinate representation of color #FB39C0: hue angle of 318.25º 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 #FB39C0 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 192 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.02 |
| HSL | 318.25º | 0.96% | 0.6% | - |
| HSV(B) | 318.25º | 0.77% | 0.98% | - |
| XYZ | 50.76 | 27.24 | 52.45 | - |
| YUV | 130.4 | 162.77 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 192 | 0 | 0.77 | 0.24 | 0.02 | 318.25 | 0.96 | 0.6 |
| Hex | FB | 39 | C0 | 0 | 4D | 18 | 2 | 13E | 60 | 3C |
| Octal | 373 | 71 | 300 | 0 | 115 | 30 | 2 | 476 | 140 | 74 |
| Binary | 11111011 | 111001 | 11000000 | 0 | 1001101 | 11000 | 10 | 100111110 | 1100000 | 111100 |
Color Harmonies of #FB39C0
Complementary color
Monochromatic Colors of #FB39C0
Black with #FB39C0
Text Example
Text Example
White with #FB39C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB39C0; }
p { color: rgb(251,57,192); }
H1.HeaderClassName
{
color: #FB39C0;
}
.AnyTagClassName
{
color: #FB39C0;
}
</style>
background-color css
<style>
a { background-color: #FB39C0; }
a { background-color: rgb(251,57,192); }
div.DivClassName
{
background-color: #FB39C0;
}
.BgClassName
{
background-color: #FB39C0;
}
</style>
border-color css
<style>
span { border-color: #FB39C0; }
span { border-color: rgb(251,57,192); }
td.TdClassName
{
border-color: #FB39C0;
}
.TagClassName
{
border-color: #FB39C0;
}
</style>