Shades of Wild Strawberry #FF3FA7
Tints of Wild Strawberry #FF3FA7
RGB
CMYK
RGB Variations
Color information
#FF3FA7 (or 0xFF3FA7) is known color: Wild Strawberry. HEX triplet: FF, 3F and A7. RGB value is (255,63,167). Sum of RGB (Red+Green+Blue) = 255+63+167=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FA7 is #00C058. Grayscale: #848484. Windows color (decimal): -49241 or 10960895. OLE color: 10960895.
HSL color Cylindrical-coordinate representation of color #FF3FA7: hue angle of 327.5º 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 #FF3FA7 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 167 | - |
| CMYK | 0 | 0.75 | 0.35 | 0 |
| HSL | 327.5º | 1% | 0.62% | - |
| HSV(B) | 327.5º | 0.75% | 1% | - |
| XYZ | 49.99 | 27.61 | 39.25 | - |
| YUV | 132.26 | 147.61 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 167 | 0 | 0.75 | 0.35 | 0 | 327.5 | 1 | 0.62 |
| Hex | FF | 3F | A7 | 0 | 4B | 23 | 0 | 148 | 64 | 3E |
| Octal | 377 | 77 | 247 | 0 | 113 | 43 | 0 | 510 | 144 | 76 |
| Binary | 11111111 | 111111 | 10100111 | 0 | 1001011 | 100011 | 0 | 101001000 | 1100100 | 111110 |
Color Harmonies of #FF3FA7
Complementary color
Monochromatic Colors of #FF3FA7
Black with #FF3FA7
Text Example
Text Example
White with #FF3FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FA7; }
p { color: rgb(255,63,167); }
H1.HeaderClassName
{
color: #FF3FA7;
}
.AnyTagClassName
{
color: #FF3FA7;
}
</style>
background-color css
<style>
a { background-color: #FF3FA7; }
a { background-color: rgb(255,63,167); }
div.DivClassName
{
background-color: #FF3FA7;
}
.BgClassName
{
background-color: #FF3FA7;
}
</style>
border-color css
<style>
span { border-color: #FF3FA7; }
span { border-color: rgb(255,63,167); }
td.TdClassName
{
border-color: #FF3FA7;
}
.TagClassName
{
border-color: #FF3FA7;
}
</style>