#F141A3

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

Shades of Wild Strawberry #F141A3

Tints of Wild Strawberry #F141A3

Color information

#F141A3 (or 0xF141A3) is unknown color: approx Wild Strawberry. HEX triplet: F1, 41 and A3. RGB value is (241,65,163). Sum of RGB (Red+Green+Blue) = 241+65+163=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F141A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141A3 is #0EBE5C. Grayscale: #808080. Windows color (decimal): -966237 or 10699249. OLE color: 10699249.

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

Color convert

RGB24165163-
CMYK00.730.320.05
HSL326.59º86.27%60%-
HSV(B)326.59º73.03%94.51%-
XYZ44.7825.1337.14-
YUV128.8147.31208.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 65 (25.78% from 255) = 13.86%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=51.39%
G=13.86%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416516300.730.320.05326.5986.2760
HexF141A3049205147563c
Octal361101243011140550712674
Binary11110001100000110100011010010011000001011010001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141A3; }

 p { color: rgb(241,65,163); }

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

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

 a { background-color: rgb(241,65,163); }

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

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

 span { border-color: rgb(241,65,163); }

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