Shades of Razzle Dazzle Rose #FE3BC3
Tints of Razzle Dazzle Rose #FE3BC3
RGB
CMYK
RGB Variations
Color information
#FE3BC3 (or 0xFE3BC3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and C3. RGB value is (254,59,195). Sum of RGB (Red+Green+Blue) = 254+59+195=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BC3 is #01C43C. Grayscale: #848484. Windows color (decimal): -115773 or 12794878. OLE color: 12794878.
HSL color Cylindrical-coordinate representation of color #FE3BC3: hue angle of 318.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BC3 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 195 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.00 |
| HSL | 318.15º | 0.99% | 0.61% | - |
| HSV(B) | 318.15º | 0.77% | 1% | - |
| XYZ | 52.29 | 28.14 | 54.31 | - |
| YUV | 132.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 195 | 0 | 0.77 | 0.23 | 0.00 | 318.15 | 0.99 | 0.61 |
| Hex | FE | 3B | C3 | 0 | 4D | 17 | 0 | 13E | 63 | 3D |
| Octal | 376 | 73 | 303 | 0 | 115 | 27 | 0 | 476 | 143 | 75 |
| Binary | 11111110 | 111011 | 11000011 | 0 | 1001101 | 10111 | 0 | 100111110 | 1100011 | 111101 |
Color Harmonies of #FE3BC3
Complementary color
Monochromatic Colors of #FE3BC3
Black with #FE3BC3
Text Example
Text Example
White with #FE3BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BC3; }
p { color: rgb(254,59,195); }
H1.HeaderClassName
{
color: #FE3BC3;
}
.AnyTagClassName
{
color: #FE3BC3;
}
</style>
background-color css
<style>
a { background-color: #FE3BC3; }
a { background-color: rgb(254,59,195); }
div.DivClassName
{
background-color: #FE3BC3;
}
.BgClassName
{
background-color: #FE3BC3;
}
</style>
border-color css
<style>
span { border-color: #FE3BC3; }
span { border-color: rgb(254,59,195); }
td.TdClassName
{
border-color: #FE3BC3;
}
.TagClassName
{
border-color: #FE3BC3;
}
</style>