Shades of Razzle Dazzle Rose #FE30BE
Tints of Razzle Dazzle Rose #FE30BE
RGB
CMYK
RGB Variations
Color information
#FE30BE (or 0xFE30BE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and BE. RGB value is (254,48,190). Sum of RGB (Red+Green+Blue) = 254+48+190=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30BE is #01CF41. Grayscale: #7D7D7D. Windows color (decimal): -118594 or 12464382. OLE color: 12464382.
HSL color Cylindrical-coordinate representation of color #FE30BE: hue angle of 318.64º 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 #FE30BE is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 190 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.00 |
| HSL | 318.64º | 0.99% | 0.59% | - |
| HSV(B) | 318.64º | 0.81% | 1% | - |
| XYZ | 51.22 | 26.9 | 51.21 | - |
| YUV | 125.78 | 164.25 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 190 | 0 | 0.81 | 0.25 | 0.00 | 318.64 | 0.99 | 0.59 |
| Hex | FE | 30 | BE | 0 | 51 | 19 | 0 | 13F | 63 | 3B |
| Octal | 376 | 60 | 276 | 0 | 121 | 31 | 0 | 477 | 143 | 73 |
| Binary | 11111110 | 110000 | 10111110 | 0 | 1010001 | 11001 | 0 | 100111111 | 1100011 | 111011 |
Color Harmonies of #FE30BE
Complementary color
Monochromatic Colors of #FE30BE
Black with #FE30BE
Text Example
Text Example
White with #FE30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30BE; }
p { color: rgb(254,48,190); }
H1.HeaderClassName
{
color: #FE30BE;
}
.AnyTagClassName
{
color: #FE30BE;
}
</style>
background-color css
<style>
a { background-color: #FE30BE; }
a { background-color: rgb(254,48,190); }
div.DivClassName
{
background-color: #FE30BE;
}
.BgClassName
{
background-color: #FE30BE;
}
</style>
border-color css
<style>
span { border-color: #FE30BE; }
span { border-color: rgb(254,48,190); }
td.TdClassName
{
border-color: #FE30BE;
}
.TagClassName
{
border-color: #FE30BE;
}
</style>