#F341A6

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

Shades of Wild Strawberry #F341A6

Tints of Wild Strawberry #F341A6

Color information

#F341A6 (or 0xF341A6) is unknown color: approx Wild Strawberry. HEX triplet: F3, 41 and A6. RGB value is (243,65,166). Sum of RGB (Red+Green+Blue) = 243+65+166=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F341A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F341A6 is #0CBE59. Grayscale: #818181. Windows color (decimal): -835162 or 10895859. OLE color: 10895859.

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

Color convert

RGB24365166-
CMYK00.730.320.05
HSL325.96º88.12%60.39%-
HSV(B)325.96º73.25%95.29%-
XYZ45.7425.5938.6-
YUV129.74148.47208.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.27%
GREEN value IS 65 (25.78% from 255) = 13.71%
BLUE value IS 166 (65.23% from 255) = 35.02%
R=51.27%
G=13.71%
B=35.02%

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
Decimal2436516600.730.320.05325.9688.1260.39
HexF341A6049205146583c
Octal363101246011140550613074
Binary11110011100000110100110010010011000001011010001101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F341A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F341A6; }

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

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

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

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

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

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

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

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