Shades of Razzle Dazzle Rose #FE43BC
Tints of Razzle Dazzle Rose #FE43BC
RGB
CMYK
RGB Variations
Color information
#FE43BC (or 0xFE43BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 43 and BC. RGB value is (254,67,188). Sum of RGB (Red+Green+Blue) = 254+67+188=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE43BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE43BC is #01BC43. Grayscale: #888888. Windows color (decimal): -113732 or 12338174. OLE color: 12338174.
HSL color Cylindrical-coordinate representation of color #FE43BC: hue angle of 321.18º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE43BC is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 188 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.00 |
| HSL | 321.18º | 0.99% | 0.63% | - |
| HSV(B) | 321.18º | 0.74% | 1% | - |
| XYZ | 51.96 | 28.72 | 50.38 | - |
| YUV | 136.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 188 | 0 | 0.74 | 0.26 | 0.00 | 321.18 | 0.99 | 0.63 |
| Hex | FE | 43 | BC | 0 | 4A | 1A | 0 | 141 | 63 | 3F |
| Octal | 376 | 103 | 274 | 0 | 112 | 32 | 0 | 501 | 143 | 77 |
| Binary | 11111110 | 1000011 | 10111100 | 0 | 1001010 | 11010 | 0 | 101000001 | 1100011 | 111111 |
Color Harmonies of #FE43BC
Complementary color
Monochromatic Colors of #FE43BC
Black with #FE43BC
Text Example
Text Example
White with #FE43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE43BC; }
p { color: rgb(254,67,188); }
H1.HeaderClassName
{
color: #FE43BC;
}
.AnyTagClassName
{
color: #FE43BC;
}
</style>
background-color css
<style>
a { background-color: #FE43BC; }
a { background-color: rgb(254,67,188); }
div.DivClassName
{
background-color: #FE43BC;
}
.BgClassName
{
background-color: #FE43BC;
}
</style>
border-color css
<style>
span { border-color: #FE43BC; }
span { border-color: rgb(254,67,188); }
td.TdClassName
{
border-color: #FE43BC;
}
.TagClassName
{
border-color: #FE43BC;
}
</style>