Shades of Wild Strawberry #FF3895
Tints of Wild Strawberry #FF3895
RGB
CMYK
RGB Variations
Color information
#FF3895 (or 0xFF3895) is known color: Wild Strawberry. HEX triplet: FF, 38 and 95. RGB value is (255,56,149). Sum of RGB (Red+Green+Blue) = 255+56+149=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3895 is #00C76A. Grayscale: #7D7D7D. Windows color (decimal): -51051 or 9779455. OLE color: 9779455.
HSL color Cylindrical-coordinate representation of color #FF3895: hue angle of 331.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3895 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 149 | - |
| CMYK | 0 | 0.78 | 0.42 | 0 |
| HSL | 331.96º | 1% | 0.61% | - |
| HSV(B) | 331.96º | 0.78% | 1% | - |
| XYZ | 48.08 | 26.26 | 30.97 | - |
| YUV | 126.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 149 | 0 | 0.78 | 0.42 | 0 | 331.96 | 1 | 0.61 |
| Hex | FF | 38 | 95 | 0 | 4E | 2A | 0 | 14C | 64 | 3D |
| Octal | 377 | 70 | 225 | 0 | 116 | 52 | 0 | 514 | 144 | 75 |
| Binary | 11111111 | 111000 | 10010101 | 0 | 1001110 | 101010 | 0 | 101001100 | 1100100 | 111101 |
Color Harmonies of #FF3895
Complementary color
Monochromatic Colors of #FF3895
Black with #FF3895
Text Example
Text Example
White with #FF3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3895; }
p { color: rgb(255,56,149); }
H1.HeaderClassName
{
color: #FF3895;
}
.AnyTagClassName
{
color: #FF3895;
}
</style>
background-color css
<style>
a { background-color: #FF3895; }
a { background-color: rgb(255,56,149); }
div.DivClassName
{
background-color: #FF3895;
}
.BgClassName
{
background-color: #FF3895;
}
</style>
border-color css
<style>
span { border-color: #FF3895; }
span { border-color: rgb(255,56,149); }
td.TdClassName
{
border-color: #FF3895;
}
.TagClassName
{
border-color: #FF3895;
}
</style>