Shades of Wild Strawberry #FF278E
Tints of Wild Strawberry #FF278E
RGB
CMYK
RGB Variations
Color information
#FF278E (or 0xFF278E) is known color: Wild Strawberry. HEX triplet: FF, 27 and 8E. RGB value is (255,39,142). Sum of RGB (Red+Green+Blue) = 255+39+142=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF278E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF278E is #00D871. Grayscale: #737373. Windows color (decimal): -55410 or 9316351. OLE color: 9316351.
HSL color Cylindrical-coordinate representation of color #FF278E: hue angle of 331.39º 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 #FF278E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 142 | - |
| CMYK | 0 | 0.85 | 0.44 | 0 |
| HSL | 331.39º | 1% | 0.58% | - |
| HSV(B) | 331.39º | 0.85% | 1% | - |
| XYZ | 46.85 | 24.66 | 27.88 | - |
| YUV | 115.33 | 143.06 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 142 | 0 | 0.85 | 0.44 | 0 | 331.39 | 1 | 0.58 |
| Hex | FF | 27 | 8E | 0 | 55 | 2C | 0 | 14B | 64 | 3A |
| Octal | 377 | 47 | 216 | 0 | 125 | 54 | 0 | 513 | 144 | 72 |
| Binary | 11111111 | 100111 | 10001110 | 0 | 1010101 | 101100 | 0 | 101001011 | 1100100 | 111010 |
Color Harmonies of #FF278E
Complementary color
Monochromatic Colors of #FF278E
Black with #FF278E
Text Example
Text Example
White with #FF278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF278E; }
p { color: rgb(255,39,142); }
H1.HeaderClassName
{
color: #FF278E;
}
.AnyTagClassName
{
color: #FF278E;
}
</style>
background-color css
<style>
a { background-color: #FF278E; }
a { background-color: rgb(255,39,142); }
div.DivClassName
{
background-color: #FF278E;
}
.BgClassName
{
background-color: #FF278E;
}
</style>
border-color css
<style>
span { border-color: #FF278E; }
span { border-color: rgb(255,39,142); }
td.TdClassName
{
border-color: #FF278E;
}
.TagClassName
{
border-color: #FF278E;
}
</style>