Shades of Razzle Dazzle Rose #FB1CDF
Tints of Razzle Dazzle Rose #FB1CDF
RGB
CMYK
RGB Variations
Color information
#FB1CDF (or 0xFB1CDF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1C and DF. RGB value is (251,28,223). Sum of RGB (Red+Green+Blue) = 251+28+223=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1CDF is #04E320. Grayscale: #747474. Windows color (decimal): -320289 or 14621947. OLE color: 14621947.
HSL color Cylindrical-coordinate representation of color #FB1CDF: hue angle of 307.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1CDF is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 223 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.02 |
| HSL | 307.53º | 0.97% | 0.55% | - |
| HSV(B) | 307.53º | 0.89% | 0.98% | - |
| XYZ | 53.52 | 26.67 | 72.14 | - |
| YUV | 116.91 | 187.88 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 223 | 0 | 0.89 | 0.11 | 0.02 | 307.53 | 0.97 | 0.55 |
| Hex | FB | 1C | DF | 0 | 59 | B | 2 | 134 | 61 | 37 |
| Octal | 373 | 34 | 337 | 0 | 131 | 13 | 2 | 464 | 141 | 67 |
| Binary | 11111011 | 11100 | 11011111 | 0 | 1011001 | 1011 | 10 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FB1CDF
Complementary color
Monochromatic Colors of #FB1CDF
Black with #FB1CDF
Text Example
Text Example
White with #FB1CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CDF; }
p { color: rgb(251,28,223); }
H1.HeaderClassName
{
color: #FB1CDF;
}
.AnyTagClassName
{
color: #FB1CDF;
}
</style>
background-color css
<style>
a { background-color: #FB1CDF; }
a { background-color: rgb(251,28,223); }
div.DivClassName
{
background-color: #FB1CDF;
}
.BgClassName
{
background-color: #FB1CDF;
}
</style>
border-color css
<style>
span { border-color: #FB1CDF; }
span { border-color: rgb(251,28,223); }
td.TdClassName
{
border-color: #FB1CDF;
}
.TagClassName
{
border-color: #FB1CDF;
}
</style>