Shades of Razzle Dazzle Rose #FF2BC5
Tints of Razzle Dazzle Rose #FF2BC5
RGB
CMYK
RGB Variations
Color information
#FF2BC5 (or 0xFF2BC5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2B and C5. RGB value is (255,43,197). Sum of RGB (Red+Green+Blue) = 255+43+197=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 43 (17.19% from 255 or 8.69% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2BC5 is #00D43A. Grayscale: #7B7B7B. Windows color (decimal): -54331 or 12921855. OLE color: 12921855.
HSL color Cylindrical-coordinate representation of color #FF2BC5: hue angle of 316.42º 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 #FF2BC5 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 197 | - |
| CMYK | 0 | 0.83 | 0.23 | 0 |
| HSL | 316.42º | 1% | 0.58% | - |
| HSV(B) | 316.42º | 0.83% | 1% | - |
| XYZ | 52.18 | 27.02 | 55.29 | - |
| YUV | 123.94 | 169.24 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 197 | 0 | 0.83 | 0.23 | 0 | 316.42 | 1 | 0.58 |
| Hex | FF | 2B | C5 | 0 | 53 | 17 | 0 | 13C | 64 | 3A |
| Octal | 377 | 53 | 305 | 0 | 123 | 27 | 0 | 474 | 144 | 72 |
| Binary | 11111111 | 101011 | 11000101 | 0 | 1010011 | 10111 | 0 | 100111100 | 1100100 | 111010 |
Color Harmonies of #FF2BC5
Complementary color
Monochromatic Colors of #FF2BC5
Black with #FF2BC5
Text Example
Text Example
White with #FF2BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BC5; }
p { color: rgb(255,43,197); }
H1.HeaderClassName
{
color: #FF2BC5;
}
.AnyTagClassName
{
color: #FF2BC5;
}
</style>
background-color css
<style>
a { background-color: #FF2BC5; }
a { background-color: rgb(255,43,197); }
div.DivClassName
{
background-color: #FF2BC5;
}
.BgClassName
{
background-color: #FF2BC5;
}
</style>
border-color css
<style>
span { border-color: #FF2BC5; }
span { border-color: rgb(255,43,197); }
td.TdClassName
{
border-color: #FF2BC5;
}
.TagClassName
{
border-color: #FF2BC5;
}
</style>