Shades of Wild Strawberry #FF2695
Tints of Wild Strawberry #FF2695
RGB
CMYK
RGB Variations
Color information
#FF2695 (or 0xFF2695) is known color: Wild Strawberry. HEX triplet: FF, 26 and 95. RGB value is (255,38,149). Sum of RGB (Red+Green+Blue) = 255+38+149=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2695 is #00D96A. Grayscale: #737373. Windows color (decimal): -55659 or 9774847. OLE color: 9774847.
HSL color Cylindrical-coordinate representation of color #FF2695: hue angle of 329.31º 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 #FF2695 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 149 | - |
| CMYK | 0 | 0.85 | 0.42 | 0 |
| HSL | 329.31º | 1% | 0.57% | - |
| HSV(B) | 329.31º | 0.85% | 1% | - |
| XYZ | 47.36 | 24.82 | 30.73 | - |
| YUV | 115.54 | 146.89 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 149 | 0 | 0.85 | 0.42 | 0 | 329.31 | 1 | 0.57 |
| Hex | FF | 26 | 95 | 0 | 55 | 2A | 0 | 149 | 64 | 39 |
| Octal | 377 | 46 | 225 | 0 | 125 | 52 | 0 | 511 | 144 | 71 |
| Binary | 11111111 | 100110 | 10010101 | 0 | 1010101 | 101010 | 0 | 101001001 | 1100100 | 111001 |
Color Harmonies of #FF2695
Complementary color
Monochromatic Colors of #FF2695
Black with #FF2695
Text Example
Text Example
White with #FF2695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2695; }
p { color: rgb(255,38,149); }
H1.HeaderClassName
{
color: #FF2695;
}
.AnyTagClassName
{
color: #FF2695;
}
</style>
background-color css
<style>
a { background-color: #FF2695; }
a { background-color: rgb(255,38,149); }
div.DivClassName
{
background-color: #FF2695;
}
.BgClassName
{
background-color: #FF2695;
}
</style>
border-color css
<style>
span { border-color: #FF2695; }
span { border-color: rgb(255,38,149); }
td.TdClassName
{
border-color: #FF2695;
}
.TagClassName
{
border-color: #FF2695;
}
</style>