Shades of Razzle Dazzle Rose #FB38E5
Tints of Razzle Dazzle Rose #FB38E5
RGB
CMYK
RGB Variations
Color information
#FB38E5 (or 0xFB38E5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 38 and E5. RGB value is (251,56,229). Sum of RGB (Red+Green+Blue) = 251+56+229=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 56 (22.27% from 255 or 10.45% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB38E5 is #04C71A. Grayscale: #858585. Windows color (decimal): -313115 or 15022331. OLE color: 15022331.
HSL color Cylindrical-coordinate representation of color #FB38E5: hue angle of 306.77º 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 #FB38E5 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 229 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.02 |
| HSL | 306.77º | 0.96% | 0.6% | - |
| HSV(B) | 306.77º | 0.78% | 0.98% | - |
| XYZ | 55.34 | 28.99 | 76.81 | - |
| YUV | 134.03 | 181.6 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 229 | 0 | 0.78 | 0.09 | 0.02 | 306.77 | 0.96 | 0.6 |
| Hex | FB | 38 | E5 | 0 | 4E | 9 | 2 | 133 | 60 | 3C |
| Octal | 373 | 70 | 345 | 0 | 116 | 11 | 2 | 463 | 140 | 74 |
| Binary | 11111011 | 111000 | 11100101 | 0 | 1001110 | 1001 | 10 | 100110011 | 1100000 | 111100 |
Color Harmonies of #FB38E5
Complementary color
Monochromatic Colors of #FB38E5
Black with #FB38E5
Text Example
Text Example
White with #FB38E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB38E5; }
p { color: rgb(251,56,229); }
H1.HeaderClassName
{
color: #FB38E5;
}
.AnyTagClassName
{
color: #FB38E5;
}
</style>
background-color css
<style>
a { background-color: #FB38E5; }
a { background-color: rgb(251,56,229); }
div.DivClassName
{
background-color: #FB38E5;
}
.BgClassName
{
background-color: #FB38E5;
}
</style>
border-color css
<style>
span { border-color: #FB38E5; }
span { border-color: rgb(251,56,229); }
td.TdClassName
{
border-color: #FB38E5;
}
.TagClassName
{
border-color: #FB38E5;
}
</style>