Shades of Spicy Pink #FA26BC
Tints of Spicy Pink #FA26BC
RGB
CMYK
RGB Variations
Color information
#FA26BC (or 0xFA26BC) is known color: Spicy Pink. HEX triplet: FA, 26 and BC. RGB value is (250,38,188). Sum of RGB (Red+Green+Blue) = 250+38+188=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA26BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA26BC is #05D943. Grayscale: #767676. Windows color (decimal): -383300 or 12330746. OLE color: 12330746.
HSL color Cylindrical-coordinate representation of color #FA26BC: hue angle of 317.55º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA26BC is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 188 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.02 |
| HSL | 317.55º | 0.95% | 0.56% | - |
| HSV(B) | 317.55º | 0.85% | 0.98% | - |
| XYZ | 49.19 | 25.34 | 49.88 | - |
| YUV | 118.49 | 167.24 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 188 | 0 | 0.85 | 0.25 | 0.02 | 317.55 | 0.95 | 0.56 |
| Hex | FA | 26 | BC | 0 | 55 | 19 | 2 | 13E | 5F | 38 |
| Octal | 372 | 46 | 274 | 0 | 125 | 31 | 2 | 476 | 137 | 70 |
| Binary | 11111010 | 100110 | 10111100 | 0 | 1010101 | 11001 | 10 | 100111110 | 1011111 | 111000 |
Color Harmonies of #FA26BC
Complementary color
Monochromatic Colors of #FA26BC
Black with #FA26BC
Text Example
Text Example
White with #FA26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA26BC; }
p { color: rgb(250,38,188); }
H1.HeaderClassName
{
color: #FA26BC;
}
.AnyTagClassName
{
color: #FA26BC;
}
</style>
background-color css
<style>
a { background-color: #FA26BC; }
a { background-color: rgb(250,38,188); }
div.DivClassName
{
background-color: #FA26BC;
}
.BgClassName
{
background-color: #FA26BC;
}
</style>
border-color css
<style>
span { border-color: #FA26BC; }
span { border-color: rgb(250,38,188); }
td.TdClassName
{
border-color: #FA26BC;
}
.TagClassName
{
border-color: #FA26BC;
}
</style>