#F141A0

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

Shades of Wild Strawberry #F141A0

Tints of Wild Strawberry #F141A0

Color information

#F141A0 (or 0xF141A0) is unknown color: approx Wild Strawberry. HEX triplet: F1, 41 and A0. RGB value is (241,65,160). Sum of RGB (Red+Green+Blue) = 241+65+160=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F141A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141A0 is #0EBE5F. Grayscale: #808080. Windows color (decimal): -966240 or 10502641. OLE color: 10502641.

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

Color convert

RGB24165160-
CMYK00.730.340.05
HSL327.61º86.27%60%-
HSV(B)327.61º73.03%94.51%-
XYZ44.5125.0235.74-
YUV128.45145.81208.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 65 (25.78% from 255) = 13.95%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=51.72%
G=13.95%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416516000.730.340.05327.6186.2760
HexF141A0049225148563c
Octal361101240011142551012674
Binary11110001100000110100000010010011000101011010010001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141A0; }

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

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

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

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

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

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

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

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