Shades of Razzle Dazzle Rose #FB1EDF
Tints of Razzle Dazzle Rose #FB1EDF
RGB
CMYK
RGB Variations
Color information
#FB1EDF (or 0xFB1EDF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1E and DF. RGB value is (251,30,223). Sum of RGB (Red+Green+Blue) = 251+30+223=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1EDF is #04E120. Grayscale: #757575. Windows color (decimal): -319777 or 14622459. OLE color: 14622459.
HSL color Cylindrical-coordinate representation of color #FB1EDF: hue angle of 307.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1EDF is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 223 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.02 |
| HSL | 307.6º | 0.97% | 0.55% | - |
| HSV(B) | 307.6º | 0.88% | 0.98% | - |
| XYZ | 53.57 | 26.77 | 72.15 | - |
| YUV | 118.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 223 | 0 | 0.88 | 0.11 | 0.02 | 307.6 | 0.97 | 0.55 |
| Hex | FB | 1E | DF | 0 | 58 | B | 2 | 134 | 61 | 37 |
| Octal | 373 | 36 | 337 | 0 | 130 | 13 | 2 | 464 | 141 | 67 |
| Binary | 11111011 | 11110 | 11011111 | 0 | 1011000 | 1011 | 10 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FB1EDF
Complementary color
Monochromatic Colors of #FB1EDF
Black with #FB1EDF
Text Example
Text Example
White with #FB1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1EDF; }
p { color: rgb(251,30,223); }
H1.HeaderClassName
{
color: #FB1EDF;
}
.AnyTagClassName
{
color: #FB1EDF;
}
</style>
background-color css
<style>
a { background-color: #FB1EDF; }
a { background-color: rgb(251,30,223); }
div.DivClassName
{
background-color: #FB1EDF;
}
.BgClassName
{
background-color: #FB1EDF;
}
</style>
border-color css
<style>
span { border-color: #FB1EDF; }
span { border-color: rgb(251,30,223); }
td.TdClassName
{
border-color: #FB1EDF;
}
.TagClassName
{
border-color: #FB1EDF;
}
</style>