Shades of Razzle Dazzle Rose #FB41D0
Tints of Razzle Dazzle Rose #FB41D0
RGB
CMYK
RGB Variations
Color information
#FB41D0 (or 0xFB41D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 41 and D0. RGB value is (251,65,208). Sum of RGB (Red+Green+Blue) = 251+65+208=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB41D0 is #04BE2F. Grayscale: #888888. Windows color (decimal): -310832 or 13648379. OLE color: 13648379.
HSL color Cylindrical-coordinate representation of color #FB41D0: hue angle of 313.87º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41D0 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 208 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.02 |
| HSL | 313.87º | 0.96% | 0.62% | - |
| HSV(B) | 313.87º | 0.74% | 0.98% | - |
| XYZ | 53.06 | 28.84 | 62.45 | - |
| YUV | 136.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 208 | 0 | 0.74 | 0.17 | 0.02 | 313.87 | 0.96 | 0.62 |
| Hex | FB | 41 | D0 | 0 | 4A | 11 | 2 | 13A | 60 | 3E |
| Octal | 373 | 101 | 320 | 0 | 112 | 21 | 2 | 472 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11010000 | 0 | 1001010 | 10001 | 10 | 100111010 | 1100000 | 111110 |
Color Harmonies of #FB41D0
Complementary color
Monochromatic Colors of #FB41D0
Black with #FB41D0
Text Example
Text Example
White with #FB41D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41D0; }
p { color: rgb(251,65,208); }
H1.HeaderClassName
{
color: #FB41D0;
}
.AnyTagClassName
{
color: #FB41D0;
}
</style>
background-color css
<style>
a { background-color: #FB41D0; }
a { background-color: rgb(251,65,208); }
div.DivClassName
{
background-color: #FB41D0;
}
.BgClassName
{
background-color: #FB41D0;
}
</style>
border-color css
<style>
span { border-color: #FB41D0; }
span { border-color: rgb(251,65,208); }
td.TdClassName
{
border-color: #FB41D0;
}
.TagClassName
{
border-color: #FB41D0;
}
</style>