Shades of Spicy Pink #FA26BD
Tints of Spicy Pink #FA26BD
RGB
CMYK
RGB Variations
Color information
#FA26BD (or 0xFA26BD) is known color: Spicy Pink. HEX triplet: FA, 26 and BD. RGB value is (250,38,189). Sum of RGB (Red+Green+Blue) = 250+38+189=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA26BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA26BD is #05D942. Grayscale: #767676. Windows color (decimal): -383299 or 12396282. OLE color: 12396282.
HSL color Cylindrical-coordinate representation of color #FA26BD: hue angle of 317.26º 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 #FA26BD is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 189 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.02 |
| HSL | 317.26º | 0.95% | 0.56% | - |
| HSV(B) | 317.26º | 0.85% | 0.98% | - |
| XYZ | 49.3 | 25.38 | 50.45 | - |
| YUV | 118.6 | 167.74 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 189 | 0 | 0.85 | 0.24 | 0.02 | 317.26 | 0.95 | 0.56 |
| Hex | FA | 26 | BD | 0 | 55 | 18 | 2 | 13D | 5F | 38 |
| Octal | 372 | 46 | 275 | 0 | 125 | 30 | 2 | 475 | 137 | 70 |
| Binary | 11111010 | 100110 | 10111101 | 0 | 1010101 | 11000 | 10 | 100111101 | 1011111 | 111000 |
Color Harmonies of #FA26BD
Complementary color
Monochromatic Colors of #FA26BD
Black with #FA26BD
Text Example
Text Example
White with #FA26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA26BD; }
p { color: rgb(250,38,189); }
H1.HeaderClassName
{
color: #FA26BD;
}
.AnyTagClassName
{
color: #FA26BD;
}
</style>
background-color css
<style>
a { background-color: #FA26BD; }
a { background-color: rgb(250,38,189); }
div.DivClassName
{
background-color: #FA26BD;
}
.BgClassName
{
background-color: #FA26BD;
}
</style>
border-color css
<style>
span { border-color: #FA26BD; }
span { border-color: rgb(250,38,189); }
td.TdClassName
{
border-color: #FA26BD;
}
.TagClassName
{
border-color: #FA26BD;
}
</style>