Shades of Razzle Dazzle Rose #FB3FCD
Tints of Razzle Dazzle Rose #FB3FCD
RGB
CMYK
RGB Variations
Color information
#FB3FCD (or 0xFB3FCD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3F and CD. RGB value is (251,63,205). Sum of RGB (Red+Green+Blue) = 251+63+205=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3FCD is #04C032. Grayscale: #878787. Windows color (decimal): -311347 or 13451259. OLE color: 13451259.
HSL color Cylindrical-coordinate representation of color #FB3FCD: hue angle of 314.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FCD is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 205 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.02 |
| HSL | 314.68º | 0.96% | 0.62% | - |
| HSV(B) | 314.68º | 0.75% | 0.98% | - |
| XYZ | 52.58 | 28.47 | 60.48 | - |
| YUV | 135.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 205 | 0 | 0.75 | 0.18 | 0.02 | 314.68 | 0.96 | 0.62 |
| Hex | FB | 3F | CD | 0 | 4B | 12 | 2 | 13B | 60 | 3E |
| Octal | 373 | 77 | 315 | 0 | 113 | 22 | 2 | 473 | 140 | 76 |
| Binary | 11111011 | 111111 | 11001101 | 0 | 1001011 | 10010 | 10 | 100111011 | 1100000 | 111110 |
Color Harmonies of #FB3FCD
Complementary color
Monochromatic Colors of #FB3FCD
Black with #FB3FCD
Text Example
Text Example
White with #FB3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FCD; }
p { color: rgb(251,63,205); }
H1.HeaderClassName
{
color: #FB3FCD;
}
.AnyTagClassName
{
color: #FB3FCD;
}
</style>
background-color css
<style>
a { background-color: #FB3FCD; }
a { background-color: rgb(251,63,205); }
div.DivClassName
{
background-color: #FB3FCD;
}
.BgClassName
{
background-color: #FB3FCD;
}
</style>
border-color css
<style>
span { border-color: #FB3FCD; }
span { border-color: rgb(251,63,205); }
td.TdClassName
{
border-color: #FB3FCD;
}
.TagClassName
{
border-color: #FB3FCD;
}
</style>