Shades of Wild Strawberry #FF3C9B
Tints of Wild Strawberry #FF3C9B
RGB
CMYK
RGB Variations
Color information
#FF3C9B (or 0xFF3C9B) is known color: Wild Strawberry. HEX triplet: FF, 3C and 9B. RGB value is (255,60,155). Sum of RGB (Red+Green+Blue) = 255+60+155=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3C9B is #00C364. Grayscale: #808080. Windows color (decimal): -50021 or 10173695. OLE color: 10173695.
HSL color Cylindrical-coordinate representation of color #FF3C9B: hue angle of 330.77º 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 #FF3C9B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 155 | - |
| CMYK | 0 | 0.76 | 0.39 | 0 |
| HSL | 330.77º | 1% | 0.62% | - |
| HSV(B) | 330.77º | 0.76% | 1% | - |
| XYZ | 48.77 | 26.86 | 33.62 | - |
| YUV | 129.14 | 142.6 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 155 | 0 | 0.76 | 0.39 | 0 | 330.77 | 1 | 0.62 |
| Hex | FF | 3C | 9B | 0 | 4C | 27 | 0 | 14B | 64 | 3E |
| Octal | 377 | 74 | 233 | 0 | 114 | 47 | 0 | 513 | 144 | 76 |
| Binary | 11111111 | 111100 | 10011011 | 0 | 1001100 | 100111 | 0 | 101001011 | 1100100 | 111110 |
Color Harmonies of #FF3C9B
Complementary color
Monochromatic Colors of #FF3C9B
Black with #FF3C9B
Text Example
Text Example
White with #FF3C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C9B; }
p { color: rgb(255,60,155); }
H1.HeaderClassName
{
color: #FF3C9B;
}
.AnyTagClassName
{
color: #FF3C9B;
}
</style>
background-color css
<style>
a { background-color: #FF3C9B; }
a { background-color: rgb(255,60,155); }
div.DivClassName
{
background-color: #FF3C9B;
}
.BgClassName
{
background-color: #FF3C9B;
}
</style>
border-color css
<style>
span { border-color: #FF3C9B; }
span { border-color: rgb(255,60,155); }
td.TdClassName
{
border-color: #FF3C9B;
}
.TagClassName
{
border-color: #FF3C9B;
}
</style>