Shades of Razzle Dazzle Rose #FB38D3
Tints of Razzle Dazzle Rose #FB38D3
RGB
CMYK
RGB Variations
Color information
#FB38D3 (or 0xFB38D3) is known color: Razzle Dazzle Rose. HEX triplet: FB, 38 and D3. RGB value is (251,56,211). Sum of RGB (Red+Green+Blue) = 251+56+211=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 56 (22.27% from 255 or 10.81% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB38D3 is #04C72C. Grayscale: #838383. Windows color (decimal): -313133 or 13842683. OLE color: 13842683.
HSL color Cylindrical-coordinate representation of color #FB38D3: hue angle of 312.31º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB38D3 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 211 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.02 |
| HSL | 312.31º | 0.96% | 0.6% | - |
| HSV(B) | 312.31º | 0.78% | 0.98% | - |
| XYZ | 52.96 | 28.04 | 64.25 | - |
| YUV | 131.98 | 172.6 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 211 | 0 | 0.78 | 0.16 | 0.02 | 312.31 | 0.96 | 0.6 |
| Hex | FB | 38 | D3 | 0 | 4E | 10 | 2 | 138 | 60 | 3C |
| Octal | 373 | 70 | 323 | 0 | 116 | 20 | 2 | 470 | 140 | 74 |
| Binary | 11111011 | 111000 | 11010011 | 0 | 1001110 | 10000 | 10 | 100111000 | 1100000 | 111100 |
Color Harmonies of #FB38D3
Complementary color
Monochromatic Colors of #FB38D3
Black with #FB38D3
Text Example
Text Example
White with #FB38D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB38D3; }
p { color: rgb(251,56,211); }
H1.HeaderClassName
{
color: #FB38D3;
}
.AnyTagClassName
{
color: #FB38D3;
}
</style>
background-color css
<style>
a { background-color: #FB38D3; }
a { background-color: rgb(251,56,211); }
div.DivClassName
{
background-color: #FB38D3;
}
.BgClassName
{
background-color: #FB38D3;
}
</style>
border-color css
<style>
span { border-color: #FB38D3; }
span { border-color: rgb(251,56,211); }
td.TdClassName
{
border-color: #FB38D3;
}
.TagClassName
{
border-color: #FB38D3;
}
</style>