Shades of Razzle Dazzle Rose #FF2FBA
Tints of Razzle Dazzle Rose #FF2FBA
RGB
CMYK
RGB Variations
Color information
#FF2FBA (or 0xFF2FBA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2F and BA. RGB value is (255,47,186). Sum of RGB (Red+Green+Blue) = 255+47+186=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FBA is #00D045. Grayscale: #7C7C7C. Windows color (decimal): -53318 or 12201983. OLE color: 12201983.
HSL color Cylindrical-coordinate representation of color #FF2FBA: hue angle of 319.9º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FBA is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 186 | - |
| CMYK | 0 | 0.82 | 0.27 | 0 |
| HSL | 319.9º | 1% | 0.59% | - |
| HSV(B) | 319.9º | 0.82% | 1% | - |
| XYZ | 51.12 | 26.84 | 48.94 | - |
| YUV | 125.04 | 162.41 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 186 | 0 | 0.82 | 0.27 | 0 | 319.9 | 1 | 0.59 |
| Hex | FF | 2F | BA | 0 | 52 | 1B | 0 | 140 | 64 | 3B |
| Octal | 377 | 57 | 272 | 0 | 122 | 33 | 0 | 500 | 144 | 73 |
| Binary | 11111111 | 101111 | 10111010 | 0 | 1010010 | 11011 | 0 | 101000000 | 1100100 | 111011 |
Color Harmonies of #FF2FBA
Complementary color
Monochromatic Colors of #FF2FBA
Black with #FF2FBA
Text Example
Text Example
White with #FF2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FBA; }
p { color: rgb(255,47,186); }
H1.HeaderClassName
{
color: #FF2FBA;
}
.AnyTagClassName
{
color: #FF2FBA;
}
</style>
background-color css
<style>
a { background-color: #FF2FBA; }
a { background-color: rgb(255,47,186); }
div.DivClassName
{
background-color: #FF2FBA;
}
.BgClassName
{
background-color: #FF2FBA;
}
</style>
border-color css
<style>
span { border-color: #FF2FBA; }
span { border-color: rgb(255,47,186); }
td.TdClassName
{
border-color: #FF2FBA;
}
.TagClassName
{
border-color: #FF2FBA;
}
</style>