Shades of Wild Strawberry #FF3C9C
Tints of Wild Strawberry #FF3C9C
RGB
CMYK
RGB Variations
Color information
#FF3C9C (or 0xFF3C9C) is known color: Wild Strawberry. HEX triplet: FF, 3C and 9C. RGB value is (255,60,156). Sum of RGB (Red+Green+Blue) = 255+60+156=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3C9C is #00C363. Grayscale: #818181. Windows color (decimal): -50020 or 10239231. OLE color: 10239231.
HSL color Cylindrical-coordinate representation of color #FF3C9C: hue angle of 330.46º 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 #FF3C9C is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 156 | - |
| CMYK | 0 | 0.76 | 0.39 | 0 |
| HSL | 330.46º | 1% | 0.62% | - |
| HSV(B) | 330.46º | 0.76% | 1% | - |
| XYZ | 48.86 | 26.89 | 34.07 | - |
| YUV | 129.25 | 143.1 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 156 | 0 | 0.76 | 0.39 | 0 | 330.46 | 1 | 0.62 |
| Hex | FF | 3C | 9C | 0 | 4C | 27 | 0 | 14A | 64 | 3E |
| Octal | 377 | 74 | 234 | 0 | 114 | 47 | 0 | 512 | 144 | 76 |
| Binary | 11111111 | 111100 | 10011100 | 0 | 1001100 | 100111 | 0 | 101001010 | 1100100 | 111110 |
Color Harmonies of #FF3C9C
Complementary color
Monochromatic Colors of #FF3C9C
Black with #FF3C9C
Text Example
Text Example
White with #FF3C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C9C; }
p { color: rgb(255,60,156); }
H1.HeaderClassName
{
color: #FF3C9C;
}
.AnyTagClassName
{
color: #FF3C9C;
}
</style>
background-color css
<style>
a { background-color: #FF3C9C; }
a { background-color: rgb(255,60,156); }
div.DivClassName
{
background-color: #FF3C9C;
}
.BgClassName
{
background-color: #FF3C9C;
}
</style>
border-color css
<style>
span { border-color: #FF3C9C; }
span { border-color: rgb(255,60,156); }
td.TdClassName
{
border-color: #FF3C9C;
}
.TagClassName
{
border-color: #FF3C9C;
}
</style>