Shades of Spicy Pink #FE1FB3
Tints of Spicy Pink #FE1FB3
RGB
CMYK
RGB Variations
Color information
#FE1FB3 (or 0xFE1FB3) is known color: Spicy Pink. HEX triplet: FE, 1F and B3. RGB value is (254,31,179). Sum of RGB (Red+Green+Blue) = 254+31+179=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FB3 is #01E04C. Grayscale: #727272. Windows color (decimal): -122957 or 11739134. OLE color: 11739134.
HSL color Cylindrical-coordinate representation of color #FE1FB3: hue angle of 320.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FB3 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 179 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.00 |
| HSL | 320.18º | 0.99% | 0.56% | - |
| HSV(B) | 320.18º | 0.88% | 1% | - |
| XYZ | 49.5 | 25.31 | 44.92 | - |
| YUV | 114.55 | 164.38 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 179 | 0 | 0.88 | 0.30 | 0.00 | 320.18 | 0.99 | 0.56 |
| Hex | FE | 1F | B3 | 0 | 58 | 1E | 0 | 140 | 63 | 38 |
| Octal | 376 | 37 | 263 | 0 | 130 | 36 | 0 | 500 | 143 | 70 |
| Binary | 11111110 | 11111 | 10110011 | 0 | 1011000 | 11110 | 0 | 101000000 | 1100011 | 111000 |
Color Harmonies of #FE1FB3
Complementary color
Monochromatic Colors of #FE1FB3
Black with #FE1FB3
Text Example
Text Example
White with #FE1FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FB3; }
p { color: rgb(254,31,179); }
H1.HeaderClassName
{
color: #FE1FB3;
}
.AnyTagClassName
{
color: #FE1FB3;
}
</style>
background-color css
<style>
a { background-color: #FE1FB3; }
a { background-color: rgb(254,31,179); }
div.DivClassName
{
background-color: #FE1FB3;
}
.BgClassName
{
background-color: #FE1FB3;
}
</style>
border-color css
<style>
span { border-color: #FE1FB3; }
span { border-color: rgb(254,31,179); }
td.TdClassName
{
border-color: #FE1FB3;
}
.TagClassName
{
border-color: #FE1FB3;
}
</style>