Shades of Razzle Dazzle Rose #FF3ABA
Tints of Razzle Dazzle Rose #FF3ABA
RGB
CMYK
RGB Variations
Color information
#FF3ABA (or 0xFF3ABA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3A and BA. RGB value is (255,58,186). Sum of RGB (Red+Green+Blue) = 255+58+186=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3ABA is #00C545. Grayscale: #838383. Windows color (decimal): -50502 or 12204799. OLE color: 12204799.
HSL color Cylindrical-coordinate representation of color #FF3ABA: hue angle of 321.02º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3ABA is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 186 | - |
| CMYK | 0 | 0.77 | 0.27 | 0 |
| HSL | 321.02º | 1% | 0.61% | - |
| HSV(B) | 321.02º | 0.77% | 1% | - |
| XYZ | 51.62 | 27.83 | 49.11 | - |
| YUV | 131.5 | 158.77 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 186 | 0 | 0.77 | 0.27 | 0 | 321.02 | 1 | 0.61 |
| Hex | FF | 3A | BA | 0 | 4D | 1B | 0 | 141 | 64 | 3D |
| Octal | 377 | 72 | 272 | 0 | 115 | 33 | 0 | 501 | 144 | 75 |
| Binary | 11111111 | 111010 | 10111010 | 0 | 1001101 | 11011 | 0 | 101000001 | 1100100 | 111101 |
Color Harmonies of #FF3ABA
Complementary color
Monochromatic Colors of #FF3ABA
Black with #FF3ABA
Text Example
Text Example
White with #FF3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3ABA; }
p { color: rgb(255,58,186); }
H1.HeaderClassName
{
color: #FF3ABA;
}
.AnyTagClassName
{
color: #FF3ABA;
}
</style>
background-color css
<style>
a { background-color: #FF3ABA; }
a { background-color: rgb(255,58,186); }
div.DivClassName
{
background-color: #FF3ABA;
}
.BgClassName
{
background-color: #FF3ABA;
}
</style>
border-color css
<style>
span { border-color: #FF3ABA; }
span { border-color: rgb(255,58,186); }
td.TdClassName
{
border-color: #FF3ABA;
}
.TagClassName
{
border-color: #FF3ABA;
}
</style>