Shades of Wild Strawberry #FF3FA0
Tints of Wild Strawberry #FF3FA0
RGB
CMYK
RGB Variations
Color information
#FF3FA0 (or 0xFF3FA0) is known color: Wild Strawberry. HEX triplet: FF, 3F and A0. RGB value is (255,63,160). Sum of RGB (Red+Green+Blue) = 255+63+160=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FA0 is #00C05F. Grayscale: #838383. Windows color (decimal): -49248 or 10502143. OLE color: 10502143.
HSL color Cylindrical-coordinate representation of color #FF3FA0: hue angle of 329.69º 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 #FF3FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 160 | - |
| CMYK | 0 | 0.75 | 0.37 | 0 |
| HSL | 329.69º | 1% | 0.62% | - |
| HSV(B) | 329.69º | 0.75% | 1% | - |
| XYZ | 49.36 | 27.35 | 35.94 | - |
| YUV | 131.47 | 144.11 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 160 | 0 | 0.75 | 0.37 | 0 | 329.69 | 1 | 0.62 |
| Hex | FF | 3F | A0 | 0 | 4B | 25 | 0 | 14A | 64 | 3E |
| Octal | 377 | 77 | 240 | 0 | 113 | 45 | 0 | 512 | 144 | 76 |
| Binary | 11111111 | 111111 | 10100000 | 0 | 1001011 | 100101 | 0 | 101001010 | 1100100 | 111110 |
Color Harmonies of #FF3FA0
Complementary color
Monochromatic Colors of #FF3FA0
Black with #FF3FA0
Text Example
Text Example
White with #FF3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FA0; }
p { color: rgb(255,63,160); }
H1.HeaderClassName
{
color: #FF3FA0;
}
.AnyTagClassName
{
color: #FF3FA0;
}
</style>
background-color css
<style>
a { background-color: #FF3FA0; }
a { background-color: rgb(255,63,160); }
div.DivClassName
{
background-color: #FF3FA0;
}
.BgClassName
{
background-color: #FF3FA0;
}
</style>
border-color css
<style>
span { border-color: #FF3FA0; }
span { border-color: rgb(255,63,160); }
td.TdClassName
{
border-color: #FF3FA0;
}
.TagClassName
{
border-color: #FF3FA0;
}
</style>