Shades of Razzle Dazzle Rose #FE3FBA
Tints of Razzle Dazzle Rose #FE3FBA
RGB
CMYK
RGB Variations
Color information
#FE3FBA (or 0xFE3FBA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and BA. RGB value is (254,63,186). Sum of RGB (Red+Green+Blue) = 254+63+186=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FBA is #01C045. Grayscale: #858585. Windows color (decimal): -114758 or 12206078. OLE color: 12206078.
HSL color Cylindrical-coordinate representation of color #FE3FBA: hue angle of 321.36º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FBA is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 186 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.00 |
| HSL | 321.36º | 0.99% | 0.62% | - |
| HSV(B) | 321.36º | 0.75% | 1% | - |
| XYZ | 51.51 | 28.17 | 49.18 | - |
| YUV | 134.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 186 | 0 | 0.75 | 0.27 | 0.00 | 321.36 | 0.99 | 0.62 |
| Hex | FE | 3F | BA | 0 | 4B | 1B | 0 | 141 | 63 | 3E |
| Octal | 376 | 77 | 272 | 0 | 113 | 33 | 0 | 501 | 143 | 76 |
| Binary | 11111110 | 111111 | 10111010 | 0 | 1001011 | 11011 | 0 | 101000001 | 1100011 | 111110 |
Color Harmonies of #FE3FBA
Complementary color
Monochromatic Colors of #FE3FBA
Black with #FE3FBA
Text Example
Text Example
White with #FE3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FBA; }
p { color: rgb(254,63,186); }
H1.HeaderClassName
{
color: #FE3FBA;
}
.AnyTagClassName
{
color: #FE3FBA;
}
</style>
background-color css
<style>
a { background-color: #FE3FBA; }
a { background-color: rgb(254,63,186); }
div.DivClassName
{
background-color: #FE3FBA;
}
.BgClassName
{
background-color: #FE3FBA;
}
</style>
border-color css
<style>
span { border-color: #FE3FBA; }
span { border-color: rgb(254,63,186); }
td.TdClassName
{
border-color: #FE3FBA;
}
.TagClassName
{
border-color: #FE3FBA;
}
</style>