Shades of Wild Strawberry #FF3C9A
Tints of Wild Strawberry #FF3C9A
RGB
CMYK
RGB Variations
Color information
#FF3C9A (or 0xFF3C9A) is known color: Wild Strawberry. HEX triplet: FF, 3C and 9A. RGB value is (255,60,154). Sum of RGB (Red+Green+Blue) = 255+60+154=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3C9A is #00C365. Grayscale: #808080. Windows color (decimal): -50022 or 10108159. OLE color: 10108159.
HSL color Cylindrical-coordinate representation of color #FF3C9A: hue angle of 331.08º 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 #FF3C9A is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 154 | - |
| CMYK | 0 | 0.76 | 0.40 | 0 |
| HSL | 331.08º | 1% | 0.62% | - |
| HSV(B) | 331.08º | 0.76% | 1% | - |
| XYZ | 48.69 | 26.82 | 33.18 | - |
| YUV | 129.02 | 142.1 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 154 | 0 | 0.76 | 0.40 | 0 | 331.08 | 1 | 0.62 |
| Hex | FF | 3C | 9A | 0 | 4C | 28 | 0 | 14B | 64 | 3E |
| Octal | 377 | 74 | 232 | 0 | 114 | 50 | 0 | 513 | 144 | 76 |
| Binary | 11111111 | 111100 | 10011010 | 0 | 1001100 | 101000 | 0 | 101001011 | 1100100 | 111110 |
Color Harmonies of #FF3C9A
Complementary color
Monochromatic Colors of #FF3C9A
Black with #FF3C9A
Text Example
Text Example
White with #FF3C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C9A; }
p { color: rgb(255,60,154); }
H1.HeaderClassName
{
color: #FF3C9A;
}
.AnyTagClassName
{
color: #FF3C9A;
}
</style>
background-color css
<style>
a { background-color: #FF3C9A; }
a { background-color: rgb(255,60,154); }
div.DivClassName
{
background-color: #FF3C9A;
}
.BgClassName
{
background-color: #FF3C9A;
}
</style>
border-color css
<style>
span { border-color: #FF3C9A; }
span { border-color: rgb(255,60,154); }
td.TdClassName
{
border-color: #FF3C9A;
}
.TagClassName
{
border-color: #FF3C9A;
}
</style>