Shades of Wild Strawberry #FF278D
Tints of Wild Strawberry #FF278D
RGB
CMYK
RGB Variations
Color information
#FF278D (or 0xFF278D) is known color: Wild Strawberry. HEX triplet: FF, 27 and 8D. RGB value is (255,39,141). Sum of RGB (Red+Green+Blue) = 255+39+141=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF278D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF278D is #00D872. Grayscale: #737373. Windows color (decimal): -55411 or 9250815. OLE color: 9250815.
HSL color Cylindrical-coordinate representation of color #FF278D: hue angle of 331.67º 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 #FF278D is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 141 | - |
| CMYK | 0 | 0.85 | 0.45 | 0 |
| HSL | 331.67º | 1% | 0.58% | - |
| HSV(B) | 331.67º | 0.85% | 1% | - |
| XYZ | 46.77 | 24.63 | 27.49 | - |
| YUV | 115.21 | 142.56 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 141 | 0 | 0.85 | 0.45 | 0 | 331.67 | 1 | 0.58 |
| Hex | FF | 27 | 8D | 0 | 55 | 2D | 0 | 14C | 64 | 3A |
| Octal | 377 | 47 | 215 | 0 | 125 | 55 | 0 | 514 | 144 | 72 |
| Binary | 11111111 | 100111 | 10001101 | 0 | 1010101 | 101101 | 0 | 101001100 | 1100100 | 111010 |
Color Harmonies of #FF278D
Complementary color
Monochromatic Colors of #FF278D
Black with #FF278D
Text Example
Text Example
White with #FF278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF278D; }
p { color: rgb(255,39,141); }
H1.HeaderClassName
{
color: #FF278D;
}
.AnyTagClassName
{
color: #FF278D;
}
</style>
background-color css
<style>
a { background-color: #FF278D; }
a { background-color: rgb(255,39,141); }
div.DivClassName
{
background-color: #FF278D;
}
.BgClassName
{
background-color: #FF278D;
}
</style>
border-color css
<style>
span { border-color: #FF278D; }
span { border-color: rgb(255,39,141); }
td.TdClassName
{
border-color: #FF278D;
}
.TagClassName
{
border-color: #FF278D;
}
</style>