#F141A2

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

Shades of Wild Strawberry #F141A2

Tints of Wild Strawberry #F141A2

Color information

#F141A2 (or 0xF141A2) is unknown color: approx Wild Strawberry. HEX triplet: F1, 41 and A2. RGB value is (241,65,162). Sum of RGB (Red+Green+Blue) = 241+65+162=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F141A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141A2 is #0EBE5D. Grayscale: #808080. Windows color (decimal): -966238 or 10633713. OLE color: 10633713.

HSL color Cylindrical-coordinate representation of color #F141A2: hue angle of 326.93º 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 #F141A2 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24165162-
CMYK00.730.330.05
HSL326.93º86.27%60%-
HSV(B)326.93º73.03%94.51%-
XYZ44.6925.0936.67-
YUV128.68146.81208.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.50%
GREEN value IS 65 (25.78% from 255) = 13.89%
BLUE value IS 162 (63.67% from 255) = 34.62%
R=51.50%
G=13.89%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416516200.730.330.05326.9386.2760
HexF141A2049215147563c
Octal361101242011141550712674
Binary11110001100000110100010010010011000011011010001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141A2; }

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

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

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

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

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

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

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

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