Shades of Wild Strawberry #FF3C98
Tints of Wild Strawberry #FF3C98
RGB
CMYK
RGB Variations
Color information
#FF3C98 (or 0xFF3C98) is known color: Wild Strawberry. HEX triplet: FF, 3C and 98. RGB value is (255,60,152). Sum of RGB (Red+Green+Blue) = 255+60+152=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3C98 is #00C367. Grayscale: #808080. Windows color (decimal): -50024 or 9977087. OLE color: 9977087.
HSL color Cylindrical-coordinate representation of color #FF3C98: hue angle of 331.69º 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 #FF3C98 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 152 | - |
| CMYK | 0 | 0.76 | 0.40 | 0 |
| HSL | 331.69º | 1% | 0.62% | - |
| HSV(B) | 331.69º | 0.76% | 1% | - |
| XYZ | 48.52 | 26.76 | 32.31 | - |
| YUV | 128.79 | 141.1 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 152 | 0 | 0.76 | 0.40 | 0 | 331.69 | 1 | 0.62 |
| Hex | FF | 3C | 98 | 0 | 4C | 28 | 0 | 14C | 64 | 3E |
| Octal | 377 | 74 | 230 | 0 | 114 | 50 | 0 | 514 | 144 | 76 |
| Binary | 11111111 | 111100 | 10011000 | 0 | 1001100 | 101000 | 0 | 101001100 | 1100100 | 111110 |
Color Harmonies of #FF3C98
Complementary color
Monochromatic Colors of #FF3C98
Black with #FF3C98
Text Example
Text Example
White with #FF3C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C98; }
p { color: rgb(255,60,152); }
H1.HeaderClassName
{
color: #FF3C98;
}
.AnyTagClassName
{
color: #FF3C98;
}
</style>
background-color css
<style>
a { background-color: #FF3C98; }
a { background-color: rgb(255,60,152); }
div.DivClassName
{
background-color: #FF3C98;
}
.BgClassName
{
background-color: #FF3C98;
}
</style>
border-color css
<style>
span { border-color: #FF3C98; }
span { border-color: rgb(255,60,152); }
td.TdClassName
{
border-color: #FF3C98;
}
.TagClassName
{
border-color: #FF3C98;
}
</style>