#F141A6

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

Shades of Wild Strawberry #F141A6

Tints of Wild Strawberry #F141A6

Color information

#F141A6 (or 0xF141A6) is unknown color: approx Wild Strawberry. HEX triplet: F1, 41 and A6. RGB value is (241,65,166). Sum of RGB (Red+Green+Blue) = 241+65+166=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F141A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141A6 is #0EBE59. Grayscale: #808080. Windows color (decimal): -966234 or 10895857. OLE color: 10895857.

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

Color convert

RGB24165166-
CMYK00.730.310.05
HSL325.57º86.27%60%-
HSV(B)325.57º73.03%94.51%-
XYZ45.0525.2338.57-
YUV129.14148.81207.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.06%
GREEN value IS 65 (25.78% from 255) = 13.77%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=51.06%
G=13.77%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416516600.730.310.05325.5786.2760
HexF141A60491F5146563c
Octal361101246011137550612674
Binary1111000110000011010011001001001111111011010001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141A6; }

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

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

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

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

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

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

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

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