#F141A5

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

Shades of Wild Strawberry #F141A5

Tints of Wild Strawberry #F141A5

Color information

#F141A5 (or 0xF141A5) is unknown color: approx Wild Strawberry. HEX triplet: F1, 41 and A5. RGB value is (241,65,165). Sum of RGB (Red+Green+Blue) = 241+65+165=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F141A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141A5 is #0EBE5A. Grayscale: #808080. Windows color (decimal): -966235 or 10830321. OLE color: 10830321.

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

Color convert

RGB24165165-
CMYK00.730.320.05
HSL325.91º86.27%60%-
HSV(B)325.91º73.03%94.51%-
XYZ44.9625.238.09-
YUV129.02148.31207.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 65 (25.78% from 255) = 13.80%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=51.17%
G=13.80%
B=35.03%

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
Decimal2416516500.730.320.05325.9186.2760
HexF141A5049205146563c
Octal361101245011140550612674
Binary11110001100000110100101010010011000001011010001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141A5; }

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

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

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

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

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

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

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

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