Shades of Razzle Dazzle Rose #FB38C2
Tints of Razzle Dazzle Rose #FB38C2
RGB
CMYK
RGB Variations
Color information
#FB38C2 (or 0xFB38C2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 38 and C2. RGB value is (251,56,194). Sum of RGB (Red+Green+Blue) = 251+56+194=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB38C2 is #04C73D. Grayscale: #818181. Windows color (decimal): -313150 or 12728571. OLE color: 12728571.
HSL color Cylindrical-coordinate representation of color #FB38C2: hue angle of 317.54º 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 #FB38C2 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 194 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.02 |
| HSL | 317.54º | 0.96% | 0.6% | - |
| HSV(B) | 317.54º | 0.78% | 0.98% | - |
| XYZ | 50.94 | 27.23 | 53.61 | - |
| YUV | 130.04 | 164.1 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 194 | 0 | 0.78 | 0.23 | 0.02 | 317.54 | 0.96 | 0.6 |
| Hex | FB | 38 | C2 | 0 | 4E | 17 | 2 | 13E | 60 | 3C |
| Octal | 373 | 70 | 302 | 0 | 116 | 27 | 2 | 476 | 140 | 74 |
| Binary | 11111011 | 111000 | 11000010 | 0 | 1001110 | 10111 | 10 | 100111110 | 1100000 | 111100 |
Color Harmonies of #FB38C2
Complementary color
Monochromatic Colors of #FB38C2
Black with #FB38C2
Text Example
Text Example
White with #FB38C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB38C2; }
p { color: rgb(251,56,194); }
H1.HeaderClassName
{
color: #FB38C2;
}
.AnyTagClassName
{
color: #FB38C2;
}
</style>
background-color css
<style>
a { background-color: #FB38C2; }
a { background-color: rgb(251,56,194); }
div.DivClassName
{
background-color: #FB38C2;
}
.BgClassName
{
background-color: #FB38C2;
}
</style>
border-color css
<style>
span { border-color: #FB38C2; }
span { border-color: rgb(251,56,194); }
td.TdClassName
{
border-color: #FB38C2;
}
.TagClassName
{
border-color: #FB38C2;
}
</style>