Shades of Wild Strawberry #FF278A
Tints of Wild Strawberry #FF278A
RGB
CMYK
RGB Variations
Color information
#FF278A (or 0xFF278A) is known color: Wild Strawberry. HEX triplet: FF, 27 and 8A. RGB value is (255,39,138). Sum of RGB (Red+Green+Blue) = 255+39+138=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF278A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF278A is #00D875. Grayscale: #727272. Windows color (decimal): -55414 or 9054207. OLE color: 9054207.
HSL color Cylindrical-coordinate representation of color #FF278A: hue angle of 332.5º 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 #FF278A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 138 | - |
| CMYK | 0 | 0.85 | 0.46 | 0 |
| HSL | 332.5º | 1% | 0.58% | - |
| HSV(B) | 332.5º | 0.85% | 1% | - |
| XYZ | 46.55 | 24.55 | 26.33 | - |
| YUV | 114.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 138 | 0 | 0.85 | 0.46 | 0 | 332.5 | 1 | 0.58 |
| Hex | FF | 27 | 8A | 0 | 55 | 2E | 0 | 14C | 64 | 3A |
| Octal | 377 | 47 | 212 | 0 | 125 | 56 | 0 | 514 | 144 | 72 |
| Binary | 11111111 | 100111 | 10001010 | 0 | 1010101 | 101110 | 0 | 101001100 | 1100100 | 111010 |
Color Harmonies of #FF278A
Complementary color
Monochromatic Colors of #FF278A
Black with #FF278A
Text Example
Text Example
White with #FF278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF278A; }
p { color: rgb(255,39,138); }
H1.HeaderClassName
{
color: #FF278A;
}
.AnyTagClassName
{
color: #FF278A;
}
</style>
background-color css
<style>
a { background-color: #FF278A; }
a { background-color: rgb(255,39,138); }
div.DivClassName
{
background-color: #FF278A;
}
.BgClassName
{
background-color: #FF278A;
}
</style>
border-color css
<style>
span { border-color: #FF278A; }
span { border-color: rgb(255,39,138); }
td.TdClassName
{
border-color: #FF278A;
}
.TagClassName
{
border-color: #FF278A;
}
</style>