#F13EA9

Color #F13EA9 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F13EA9

Tints of Wild Strawberry #F13EA9

Color information

#F13EA9 (or 0xF13EA9) is unknown color: approx Wild Strawberry. HEX triplet: F1, 3E and A9. RGB value is (241,62,169). Sum of RGB (Red+Green+Blue) = 241+62+169=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13EA9 is #0EC156. Grayscale: #7F7F7F. Windows color (decimal): -966999 or 11091697. OLE color: 11091697.

HSL color Cylindrical-coordinate representation of color #F13EA9: hue angle of 324.13º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13EA9 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24162169-
CMYK00.740.300.05
HSL324.13º86.47%59.41%-
HSV(B)324.13º74.27%94.51%-
XYZ45.1625.0139.98-
YUV127.72151.3208.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 51.06%
GREEN value IS 62 (24.61% from 255) = 13.14%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=51.06%
G=13.14%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416216900.740.300.05324.1386.4759.41
HexF13EA904A1E5144563b
Octal36176251011236550412673
Binary111100011111101010100101001010111101011010001001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13EA9; }

 p { color: rgb(241,62,169); }

 H1.HeaderClassName
 {
   color: #F13EA9;
 }
 .AnyTagClassName
 {
   color: #F13EA9;
 }
</style>
background-color css

<style>
 a { background-color: #F13EA9; }

 a { background-color: rgb(241,62,169); }

 div.DivClassName
 {
   background-color: #F13EA9;
 }
 .BgClassName
 {
   background-color: #F13EA9;
 }
</style>
border-color css

<style>
 span { border-color: #F13EA9; }

 span { border-color: rgb(241,62,169); }

 td.TdClassName
 {
   border-color: #F13EA9;
 }
 .TagClassName
 {
   border-color: #F13EA9;
 }
</style>