Shades of Wild Strawberry #FF278C
Tints of Wild Strawberry #FF278C
RGB
CMYK
RGB Variations
Color information
#FF278C (or 0xFF278C) is known color: Wild Strawberry. HEX triplet: FF, 27 and 8C. RGB value is (255,39,140). Sum of RGB (Red+Green+Blue) = 255+39+140=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF278C is #00D873. Grayscale: #727272. Windows color (decimal): -55412 or 9185279. OLE color: 9185279.
HSL color Cylindrical-coordinate representation of color #FF278C: hue angle of 331.94º 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 #FF278C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 140 | - |
| CMYK | 0 | 0.85 | 0.45 | 0 |
| HSL | 331.94º | 1% | 0.58% | - |
| HSV(B) | 331.94º | 0.85% | 1% | - |
| XYZ | 46.7 | 24.6 | 27.1 | - |
| YUV | 115.1 | 142.06 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 140 | 0 | 0.85 | 0.45 | 0 | 331.94 | 1 | 0.58 |
| Hex | FF | 27 | 8C | 0 | 55 | 2D | 0 | 14C | 64 | 3A |
| Octal | 377 | 47 | 214 | 0 | 125 | 55 | 0 | 514 | 144 | 72 |
| Binary | 11111111 | 100111 | 10001100 | 0 | 1010101 | 101101 | 0 | 101001100 | 1100100 | 111010 |
Color Harmonies of #FF278C
Complementary color
Monochromatic Colors of #FF278C
Black with #FF278C
Text Example
Text Example
White with #FF278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF278C; }
p { color: rgb(255,39,140); }
H1.HeaderClassName
{
color: #FF278C;
}
.AnyTagClassName
{
color: #FF278C;
}
</style>
background-color css
<style>
a { background-color: #FF278C; }
a { background-color: rgb(255,39,140); }
div.DivClassName
{
background-color: #FF278C;
}
.BgClassName
{
background-color: #FF278C;
}
</style>
border-color css
<style>
span { border-color: #FF278C; }
span { border-color: rgb(255,39,140); }
td.TdClassName
{
border-color: #FF278C;
}
.TagClassName
{
border-color: #FF278C;
}
</style>