Shades of Razzle Dazzle Rose #FB30CE
Tints of Razzle Dazzle Rose #FB30CE
RGB
CMYK
RGB Variations
Color information
#FB30CE (or 0xFB30CE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and CE. RGB value is (251,48,206). Sum of RGB (Red+Green+Blue) = 251+48+206=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30CE is #04CF31. Grayscale: #7E7E7E. Windows color (decimal): -315186 or 13512955. OLE color: 13512955.
HSL color Cylindrical-coordinate representation of color #FB30CE: hue angle of 313.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB30CE is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 206 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.02 |
| HSL | 313.3º | 0.96% | 0.59% | - |
| HSV(B) | 313.3º | 0.81% | 0.98% | - |
| XYZ | 51.98 | 27.08 | 60.88 | - |
| YUV | 126.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 206 | 0 | 0.81 | 0.18 | 0.02 | 313.3 | 0.96 | 0.59 |
| Hex | FB | 30 | CE | 0 | 51 | 12 | 2 | 139 | 60 | 3B |
| Octal | 373 | 60 | 316 | 0 | 121 | 22 | 2 | 471 | 140 | 73 |
| Binary | 11111011 | 110000 | 11001110 | 0 | 1010001 | 10010 | 10 | 100111001 | 1100000 | 111011 |
Color Harmonies of #FB30CE
Complementary color
Monochromatic Colors of #FB30CE
Black with #FB30CE
Text Example
Text Example
White with #FB30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30CE; }
p { color: rgb(251,48,206); }
H1.HeaderClassName
{
color: #FB30CE;
}
.AnyTagClassName
{
color: #FB30CE;
}
</style>
background-color css
<style>
a { background-color: #FB30CE; }
a { background-color: rgb(251,48,206); }
div.DivClassName
{
background-color: #FB30CE;
}
.BgClassName
{
background-color: #FB30CE;
}
</style>
border-color css
<style>
span { border-color: #FB30CE; }
span { border-color: rgb(251,48,206); }
td.TdClassName
{
border-color: #FB30CE;
}
.TagClassName
{
border-color: #FB30CE;
}
</style>