Shades of Wild Strawberry #FF3695
Tints of Wild Strawberry #FF3695
RGB
CMYK
RGB Variations
Color information
#FF3695 (or 0xFF3695) is known color: Wild Strawberry. HEX triplet: FF, 36 and 95. RGB value is (255,54,149). Sum of RGB (Red+Green+Blue) = 255+54+149=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3695 is #00C96A. Grayscale: #7C7C7C. Windows color (decimal): -51563 or 9778943. OLE color: 9778943.
HSL color Cylindrical-coordinate representation of color #FF3695: hue angle of 331.64º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3695 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 149 | - |
| CMYK | 0 | 0.79 | 0.42 | 0 |
| HSL | 331.64º | 1% | 0.61% | - |
| HSV(B) | 331.64º | 0.79% | 1% | - |
| XYZ | 47.98 | 26.07 | 30.94 | - |
| YUV | 124.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 149 | 0 | 0.79 | 0.42 | 0 | 331.64 | 1 | 0.61 |
| Hex | FF | 36 | 95 | 0 | 4F | 2A | 0 | 14C | 64 | 3D |
| Octal | 377 | 66 | 225 | 0 | 117 | 52 | 0 | 514 | 144 | 75 |
| Binary | 11111111 | 110110 | 10010101 | 0 | 1001111 | 101010 | 0 | 101001100 | 1100100 | 111101 |
Color Harmonies of #FF3695
Complementary color
Monochromatic Colors of #FF3695
Black with #FF3695
Text Example
Text Example
White with #FF3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3695; }
p { color: rgb(255,54,149); }
H1.HeaderClassName
{
color: #FF3695;
}
.AnyTagClassName
{
color: #FF3695;
}
</style>
background-color css
<style>
a { background-color: #FF3695; }
a { background-color: rgb(255,54,149); }
div.DivClassName
{
background-color: #FF3695;
}
.BgClassName
{
background-color: #FF3695;
}
</style>
border-color css
<style>
span { border-color: #FF3695; }
span { border-color: rgb(255,54,149); }
td.TdClassName
{
border-color: #FF3695;
}
.TagClassName
{
border-color: #FF3695;
}
</style>