Shades of Wild Strawberry #FF268C
Tints of Wild Strawberry #FF268C
RGB
CMYK
RGB Variations
Color information
#FF268C (or 0xFF268C) is known color: Wild Strawberry. HEX triplet: FF, 26 and 8C. RGB value is (255,38,140). Sum of RGB (Red+Green+Blue) = 255+38+140=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF268C is #00D973. Grayscale: #727272. Windows color (decimal): -55668 or 9185023. OLE color: 9185023.
HSL color Cylindrical-coordinate representation of color #FF268C: hue angle of 331.8º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF268C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 140 | - |
| CMYK | 0 | 0.85 | 0.45 | 0 |
| HSL | 331.8º | 1% | 0.57% | - |
| HSV(B) | 331.8º | 0.85% | 1% | - |
| XYZ | 46.67 | 24.54 | 27.09 | - |
| YUV | 114.51 | 142.39 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 140 | 0 | 0.85 | 0.45 | 0 | 331.8 | 1 | 0.57 |
| Hex | FF | 26 | 8C | 0 | 55 | 2D | 0 | 14C | 64 | 39 |
| Octal | 377 | 46 | 214 | 0 | 125 | 55 | 0 | 514 | 144 | 71 |
| Binary | 11111111 | 100110 | 10001100 | 0 | 1010101 | 101101 | 0 | 101001100 | 1100100 | 111001 |
Color Harmonies of #FF268C
Complementary color
Monochromatic Colors of #FF268C
Black with #FF268C
Text Example
Text Example
White with #FF268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF268C; }
p { color: rgb(255,38,140); }
H1.HeaderClassName
{
color: #FF268C;
}
.AnyTagClassName
{
color: #FF268C;
}
</style>
background-color css
<style>
a { background-color: #FF268C; }
a { background-color: rgb(255,38,140); }
div.DivClassName
{
background-color: #FF268C;
}
.BgClassName
{
background-color: #FF268C;
}
</style>
border-color css
<style>
span { border-color: #FF268C; }
span { border-color: rgb(255,38,140); }
td.TdClassName
{
border-color: #FF268C;
}
.TagClassName
{
border-color: #FF268C;
}
</style>