Shades of Razzle Dazzle Rose #FF2BCA
Tints of Razzle Dazzle Rose #FF2BCA
RGB
CMYK
RGB Variations
Color information
#FF2BCA (or 0xFF2BCA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2B and CA. RGB value is (255,43,202). Sum of RGB (Red+Green+Blue) = 255+43+202=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2BCA is #00D435. Grayscale: #7C7C7C. Windows color (decimal): -54326 or 13249535. OLE color: 13249535.
HSL color Cylindrical-coordinate representation of color #FF2BCA: hue angle of 315º 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 #FF2BCA is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 202 | - |
| CMYK | 0 | 0.83 | 0.21 | 0 |
| HSL | 315º | 1% | 0.58% | - |
| HSV(B) | 315º | 0.83% | 1% | - |
| XYZ | 52.76 | 27.25 | 58.36 | - |
| YUV | 124.51 | 171.74 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 202 | 0 | 0.83 | 0.21 | 0 | 315 | 1 | 0.58 |
| Hex | FF | 2B | CA | 0 | 53 | 15 | 0 | 13B | 64 | 3A |
| Octal | 377 | 53 | 312 | 0 | 123 | 25 | 0 | 473 | 144 | 72 |
| Binary | 11111111 | 101011 | 11001010 | 0 | 1010011 | 10101 | 0 | 100111011 | 1100100 | 111010 |
Color Harmonies of #FF2BCA
Complementary color
Monochromatic Colors of #FF2BCA
Black with #FF2BCA
Text Example
Text Example
White with #FF2BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BCA; }
p { color: rgb(255,43,202); }
H1.HeaderClassName
{
color: #FF2BCA;
}
.AnyTagClassName
{
color: #FF2BCA;
}
</style>
background-color css
<style>
a { background-color: #FF2BCA; }
a { background-color: rgb(255,43,202); }
div.DivClassName
{
background-color: #FF2BCA;
}
.BgClassName
{
background-color: #FF2BCA;
}
</style>
border-color css
<style>
span { border-color: #FF2BCA; }
span { border-color: rgb(255,43,202); }
td.TdClassName
{
border-color: #FF2BCA;
}
.TagClassName
{
border-color: #FF2BCA;
}
</style>