Shades of Wild Strawberry #FF3F9A
Tints of Wild Strawberry #FF3F9A
RGB
CMYK
RGB Variations
Color information
#FF3F9A (or 0xFF3F9A) is known color: Wild Strawberry. HEX triplet: FF, 3F and 9A. RGB value is (255,63,154). Sum of RGB (Red+Green+Blue) = 255+63+154=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F9A is #00C065. Grayscale: #828282. Windows color (decimal): -49254 or 10108927. OLE color: 10108927.
HSL color Cylindrical-coordinate representation of color #FF3F9A: hue angle of 331.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F9A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 154 | - |
| CMYK | 0 | 0.75 | 0.40 | 0 |
| HSL | 331.56º | 1% | 0.62% | - |
| HSV(B) | 331.56º | 0.75% | 1% | - |
| XYZ | 48.85 | 27.15 | 33.24 | - |
| YUV | 130.78 | 141.11 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 154 | 0 | 0.75 | 0.40 | 0 | 331.56 | 1 | 0.62 |
| Hex | FF | 3F | 9A | 0 | 4B | 28 | 0 | 14C | 64 | 3E |
| Octal | 377 | 77 | 232 | 0 | 113 | 50 | 0 | 514 | 144 | 76 |
| Binary | 11111111 | 111111 | 10011010 | 0 | 1001011 | 101000 | 0 | 101001100 | 1100100 | 111110 |
Color Harmonies of #FF3F9A
Complementary color
Monochromatic Colors of #FF3F9A
Black with #FF3F9A
Text Example
Text Example
White with #FF3F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F9A; }
p { color: rgb(255,63,154); }
H1.HeaderClassName
{
color: #FF3F9A;
}
.AnyTagClassName
{
color: #FF3F9A;
}
</style>
background-color css
<style>
a { background-color: #FF3F9A; }
a { background-color: rgb(255,63,154); }
div.DivClassName
{
background-color: #FF3F9A;
}
.BgClassName
{
background-color: #FF3F9A;
}
</style>
border-color css
<style>
span { border-color: #FF3F9A; }
span { border-color: rgb(255,63,154); }
td.TdClassName
{
border-color: #FF3F9A;
}
.TagClassName
{
border-color: #FF3F9A;
}
</style>