Shades of Razzle Dazzle Rose #FF2BC4
Tints of Razzle Dazzle Rose #FF2BC4
RGB
CMYK
RGB Variations
Color information
#FF2BC4 (or 0xFF2BC4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2B and C4. RGB value is (255,43,196). Sum of RGB (Red+Green+Blue) = 255+43+196=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2BC4 is #00D43B. Grayscale: #7B7B7B. Windows color (decimal): -54332 or 12856319. OLE color: 12856319.
HSL color Cylindrical-coordinate representation of color #FF2BC4: hue angle of 316.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2BC4 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 196 | - |
| CMYK | 0 | 0.83 | 0.23 | 0 |
| HSL | 316.7º | 1% | 0.58% | - |
| HSV(B) | 316.7º | 0.83% | 1% | - |
| XYZ | 52.07 | 26.97 | 54.69 | - |
| YUV | 123.83 | 168.74 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 196 | 0 | 0.83 | 0.23 | 0 | 316.7 | 1 | 0.58 |
| Hex | FF | 2B | C4 | 0 | 53 | 17 | 0 | 13D | 64 | 3A |
| Octal | 377 | 53 | 304 | 0 | 123 | 27 | 0 | 475 | 144 | 72 |
| Binary | 11111111 | 101011 | 11000100 | 0 | 1010011 | 10111 | 0 | 100111101 | 1100100 | 111010 |
Color Harmonies of #FF2BC4
Complementary color
Monochromatic Colors of #FF2BC4
Black with #FF2BC4
Text Example
Text Example
White with #FF2BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BC4; }
p { color: rgb(255,43,196); }
H1.HeaderClassName
{
color: #FF2BC4;
}
.AnyTagClassName
{
color: #FF2BC4;
}
</style>
background-color css
<style>
a { background-color: #FF2BC4; }
a { background-color: rgb(255,43,196); }
div.DivClassName
{
background-color: #FF2BC4;
}
.BgClassName
{
background-color: #FF2BC4;
}
</style>
border-color css
<style>
span { border-color: #FF2BC4; }
span { border-color: rgb(255,43,196); }
td.TdClassName
{
border-color: #FF2BC4;
}
.TagClassName
{
border-color: #FF2BC4;
}
</style>