Shades of Wild Strawberry #F841A8
Tints of Wild Strawberry #F841A8
RGB
CMYK
RGB Variations
Color information
#F841A8 (or 0xF841A8) is known color: Wild Strawberry. HEX triplet: F8, 41 and A8. RGB value is (248,65,168). Sum of RGB (Red+Green+Blue) = 248+65+168=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F841A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F841A8 is #07BE57. Grayscale: #838383. Windows color (decimal): -507480 or 11026936. OLE color: 11026936.
HSL color Cylindrical-coordinate representation of color #F841A8: hue angle of 326.23º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841A8 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 168 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.03 |
| HSL | 326.23º | 0.93% | 0.61% | - |
| HSV(B) | 326.23º | 0.74% | 0.97% | - |
| XYZ | 47.67 | 26.56 | 39.66 | - |
| YUV | 131.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 168 | 0 | 0.74 | 0.32 | 0.03 | 326.23 | 0.93 | 0.61 |
| Hex | F8 | 41 | A8 | 0 | 4A | 20 | 3 | 146 | 5D | 3D |
| Octal | 370 | 101 | 250 | 0 | 112 | 40 | 3 | 506 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10101000 | 0 | 1001010 | 100000 | 11 | 101000110 | 1011101 | 111101 |
Color Harmonies of #F841A8
Complementary color
Monochromatic Colors of #F841A8
Black with #F841A8
Text Example
Text Example
White with #F841A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841A8; }
p { color: rgb(248,65,168); }
H1.HeaderClassName
{
color: #F841A8;
}
.AnyTagClassName
{
color: #F841A8;
}
</style>
background-color css
<style>
a { background-color: #F841A8; }
a { background-color: rgb(248,65,168); }
div.DivClassName
{
background-color: #F841A8;
}
.BgClassName
{
background-color: #F841A8;
}
</style>
border-color css
<style>
span { border-color: #F841A8; }
span { border-color: rgb(248,65,168); }
td.TdClassName
{
border-color: #F841A8;
}
.TagClassName
{
border-color: #F841A8;
}
</style>