Shades of Razzle Dazzle Rose #FE30BD
Tints of Razzle Dazzle Rose #FE30BD
RGB
CMYK
RGB Variations
Color information
#FE30BD (or 0xFE30BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and BD. RGB value is (254,48,189). Sum of RGB (Red+Green+Blue) = 254+48+189=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30BD is #01CF42. Grayscale: #7D7D7D. Windows color (decimal): -118595 or 12398846. OLE color: 12398846.
HSL color Cylindrical-coordinate representation of color #FE30BD: hue angle of 318.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE30BD is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 189 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.00 |
| HSL | 318.93º | 0.99% | 0.59% | - |
| HSV(B) | 318.93º | 0.81% | 1% | - |
| XYZ | 51.12 | 26.86 | 50.63 | - |
| YUV | 125.67 | 163.75 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 189 | 0 | 0.81 | 0.26 | 0.00 | 318.93 | 0.99 | 0.59 |
| Hex | FE | 30 | BD | 0 | 51 | 1A | 0 | 13F | 63 | 3B |
| Octal | 376 | 60 | 275 | 0 | 121 | 32 | 0 | 477 | 143 | 73 |
| Binary | 11111110 | 110000 | 10111101 | 0 | 1010001 | 11010 | 0 | 100111111 | 1100011 | 111011 |
Color Harmonies of #FE30BD
Complementary color
Monochromatic Colors of #FE30BD
Black with #FE30BD
Text Example
Text Example
White with #FE30BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30BD; }
p { color: rgb(254,48,189); }
H1.HeaderClassName
{
color: #FE30BD;
}
.AnyTagClassName
{
color: #FE30BD;
}
</style>
background-color css
<style>
a { background-color: #FE30BD; }
a { background-color: rgb(254,48,189); }
div.DivClassName
{
background-color: #FE30BD;
}
.BgClassName
{
background-color: #FE30BD;
}
</style>
border-color css
<style>
span { border-color: #FE30BD; }
span { border-color: rgb(254,48,189); }
td.TdClassName
{
border-color: #FE30BD;
}
.TagClassName
{
border-color: #FE30BD;
}
</style>