Shades of Wild Strawberry #FF3FA8
Tints of Wild Strawberry #FF3FA8
RGB
CMYK
RGB Variations
Color information
#FF3FA8 (or 0xFF3FA8) is known color: Wild Strawberry. HEX triplet: FF, 3F and A8. RGB value is (255,63,168). Sum of RGB (Red+Green+Blue) = 255+63+168=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FA8 is #00C057. Grayscale: #848484. Windows color (decimal): -49240 or 11026431. OLE color: 11026431.
HSL color Cylindrical-coordinate representation of color #FF3FA8: hue angle of 327.19º 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 #FF3FA8 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 168 | - |
| CMYK | 0 | 0.75 | 0.34 | 0 |
| HSL | 327.19º | 1% | 0.62% | - |
| HSV(B) | 327.19º | 0.75% | 1% | - |
| XYZ | 50.09 | 27.64 | 39.74 | - |
| YUV | 132.38 | 148.11 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 168 | 0 | 0.75 | 0.34 | 0 | 327.19 | 1 | 0.62 |
| Hex | FF | 3F | A8 | 0 | 4B | 22 | 0 | 147 | 64 | 3E |
| Octal | 377 | 77 | 250 | 0 | 113 | 42 | 0 | 507 | 144 | 76 |
| Binary | 11111111 | 111111 | 10101000 | 0 | 1001011 | 100010 | 0 | 101000111 | 1100100 | 111110 |
Color Harmonies of #FF3FA8
Complementary color
Monochromatic Colors of #FF3FA8
Black with #FF3FA8
Text Example
Text Example
White with #FF3FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FA8; }
p { color: rgb(255,63,168); }
H1.HeaderClassName
{
color: #FF3FA8;
}
.AnyTagClassName
{
color: #FF3FA8;
}
</style>
background-color css
<style>
a { background-color: #FF3FA8; }
a { background-color: rgb(255,63,168); }
div.DivClassName
{
background-color: #FF3FA8;
}
.BgClassName
{
background-color: #FF3FA8;
}
</style>
border-color css
<style>
span { border-color: #FF3FA8; }
span { border-color: rgb(255,63,168); }
td.TdClassName
{
border-color: #FF3FA8;
}
.TagClassName
{
border-color: #FF3FA8;
}
</style>