Shades of Spicy Pink #FE30B5
Tints of Spicy Pink #FE30B5
RGB
CMYK
RGB Variations
Color information
#FE30B5 (or 0xFE30B5) is known color: Spicy Pink. HEX triplet: FE, 30 and B5. RGB value is (254,48,181). Sum of RGB (Red+Green+Blue) = 254+48+181=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30B5 is #01CF4A. Grayscale: #7C7C7C. Windows color (decimal): -118603 or 11874558. OLE color: 11874558.
HSL color Cylindrical-coordinate representation of color #FE30B5: hue angle of 321.26º 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 #FE30B5 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 181 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.00 |
| HSL | 321.26º | 0.99% | 0.59% | - |
| HSV(B) | 321.26º | 0.81% | 1% | - |
| XYZ | 50.27 | 26.52 | 46.19 | - |
| YUV | 124.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 181 | 0 | 0.81 | 0.29 | 0.00 | 321.26 | 0.99 | 0.59 |
| Hex | FE | 30 | B5 | 0 | 51 | 1D | 0 | 141 | 63 | 3B |
| Octal | 376 | 60 | 265 | 0 | 121 | 35 | 0 | 501 | 143 | 73 |
| Binary | 11111110 | 110000 | 10110101 | 0 | 1010001 | 11101 | 0 | 101000001 | 1100011 | 111011 |
Color Harmonies of #FE30B5
Complementary color
Monochromatic Colors of #FE30B5
Black with #FE30B5
Text Example
Text Example
White with #FE30B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30B5; }
p { color: rgb(254,48,181); }
H1.HeaderClassName
{
color: #FE30B5;
}
.AnyTagClassName
{
color: #FE30B5;
}
</style>
background-color css
<style>
a { background-color: #FE30B5; }
a { background-color: rgb(254,48,181); }
div.DivClassName
{
background-color: #FE30B5;
}
.BgClassName
{
background-color: #FE30B5;
}
</style>
border-color css
<style>
span { border-color: #FE30B5; }
span { border-color: rgb(254,48,181); }
td.TdClassName
{
border-color: #FE30B5;
}
.TagClassName
{
border-color: #FE30B5;
}
</style>