Shades of Razzle Dazzle Rose #FB1CDA
Tints of Razzle Dazzle Rose #FB1CDA
RGB
CMYK
RGB Variations
Color information
#FB1CDA (or 0xFB1CDA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 1C and DA. RGB value is (251,28,218). Sum of RGB (Red+Green+Blue) = 251+28+218=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1CDA is #04E325. Grayscale: #737373. Windows color (decimal): -320294 or 14294267. OLE color: 14294267.
HSL color Cylindrical-coordinate representation of color #FB1CDA: hue angle of 308.88º 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 #FB1CDA is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 218 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.02 |
| HSL | 308.88º | 0.97% | 0.55% | - |
| HSV(B) | 308.88º | 0.89% | 0.98% | - |
| XYZ | 52.85 | 26.4 | 68.64 | - |
| YUV | 116.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 218 | 0 | 0.89 | 0.13 | 0.02 | 308.88 | 0.97 | 0.55 |
| Hex | FB | 1C | DA | 0 | 59 | D | 2 | 135 | 61 | 37 |
| Octal | 373 | 34 | 332 | 0 | 131 | 15 | 2 | 465 | 141 | 67 |
| Binary | 11111011 | 11100 | 11011010 | 0 | 1011001 | 1101 | 10 | 100110101 | 1100001 | 110111 |
Color Harmonies of #FB1CDA
Complementary color
Monochromatic Colors of #FB1CDA
Black with #FB1CDA
Text Example
Text Example
White with #FB1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1CDA; }
p { color: rgb(251,28,218); }
H1.HeaderClassName
{
color: #FB1CDA;
}
.AnyTagClassName
{
color: #FB1CDA;
}
</style>
background-color css
<style>
a { background-color: #FB1CDA; }
a { background-color: rgb(251,28,218); }
div.DivClassName
{
background-color: #FB1CDA;
}
.BgClassName
{
background-color: #FB1CDA;
}
</style>
border-color css
<style>
span { border-color: #FB1CDA; }
span { border-color: rgb(251,28,218); }
td.TdClassName
{
border-color: #FB1CDA;
}
.TagClassName
{
border-color: #FB1CDA;
}
</style>