Shades of Wild Strawberry #FF278B
Tints of Wild Strawberry #FF278B
RGB
CMYK
RGB Variations
Color information
#FF278B (or 0xFF278B) is known color: Wild Strawberry. HEX triplet: FF, 27 and 8B. RGB value is (255,39,139). Sum of RGB (Red+Green+Blue) = 255+39+139=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF278B is #00D874. Grayscale: #727272. Windows color (decimal): -55413 or 9119743. OLE color: 9119743.
HSL color Cylindrical-coordinate representation of color #FF278B: hue angle of 332.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF278B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 139 | - |
| CMYK | 0 | 0.85 | 0.45 | 0 |
| HSL | 332.22º | 1% | 0.58% | - |
| HSV(B) | 332.22º | 0.85% | 1% | - |
| XYZ | 46.63 | 24.58 | 26.71 | - |
| YUV | 114.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 139 | 0 | 0.85 | 0.45 | 0 | 332.22 | 1 | 0.58 |
| Hex | FF | 27 | 8B | 0 | 55 | 2D | 0 | 14C | 64 | 3A |
| Octal | 377 | 47 | 213 | 0 | 125 | 55 | 0 | 514 | 144 | 72 |
| Binary | 11111111 | 100111 | 10001011 | 0 | 1010101 | 101101 | 0 | 101001100 | 1100100 | 111010 |
Color Harmonies of #FF278B
Complementary color
Monochromatic Colors of #FF278B
Black with #FF278B
Text Example
Text Example
White with #FF278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF278B; }
p { color: rgb(255,39,139); }
H1.HeaderClassName
{
color: #FF278B;
}
.AnyTagClassName
{
color: #FF278B;
}
</style>
background-color css
<style>
a { background-color: #FF278B; }
a { background-color: rgb(255,39,139); }
div.DivClassName
{
background-color: #FF278B;
}
.BgClassName
{
background-color: #FF278B;
}
</style>
border-color css
<style>
span { border-color: #FF278B; }
span { border-color: rgb(255,39,139); }
td.TdClassName
{
border-color: #FF278B;
}
.TagClassName
{
border-color: #FF278B;
}
</style>