Shades of Wild Strawberry #FF3C9F
Tints of Wild Strawberry #FF3C9F
RGB
CMYK
RGB Variations
Color information
#FF3C9F (or 0xFF3C9F) is known color: Wild Strawberry. HEX triplet: FF, 3C and 9F. RGB value is (255,60,159). Sum of RGB (Red+Green+Blue) = 255+60+159=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3C9F is #00C360. Grayscale: #818181. Windows color (decimal): -50017 or 10435839. OLE color: 10435839.
HSL color Cylindrical-coordinate representation of color #FF3C9F: hue angle of 329.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3C9F is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 159 | - |
| CMYK | 0 | 0.76 | 0.38 | 0 |
| HSL | 329.54º | 1% | 0.62% | - |
| HSV(B) | 329.54º | 0.76% | 1% | - |
| XYZ | 49.11 | 26.99 | 35.42 | - |
| YUV | 129.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 159 | 0 | 0.76 | 0.38 | 0 | 329.54 | 1 | 0.62 |
| Hex | FF | 3C | 9F | 0 | 4C | 26 | 0 | 14A | 64 | 3E |
| Octal | 377 | 74 | 237 | 0 | 114 | 46 | 0 | 512 | 144 | 76 |
| Binary | 11111111 | 111100 | 10011111 | 0 | 1001100 | 100110 | 0 | 101001010 | 1100100 | 111110 |
Color Harmonies of #FF3C9F
Complementary color
Monochromatic Colors of #FF3C9F
Black with #FF3C9F
Text Example
Text Example
White with #FF3C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C9F; }
p { color: rgb(255,60,159); }
H1.HeaderClassName
{
color: #FF3C9F;
}
.AnyTagClassName
{
color: #FF3C9F;
}
</style>
background-color css
<style>
a { background-color: #FF3C9F; }
a { background-color: rgb(255,60,159); }
div.DivClassName
{
background-color: #FF3C9F;
}
.BgClassName
{
background-color: #FF3C9F;
}
</style>
border-color css
<style>
span { border-color: #FF3C9F; }
span { border-color: rgb(255,60,159); }
td.TdClassName
{
border-color: #FF3C9F;
}
.TagClassName
{
border-color: #FF3C9F;
}
</style>